how to sort mem process using ps command

Roberto Ragusa mail at robertoragusa.it
Thu Jul 13 07:48:06 UTC 2006


Kaushal Shriyan wrote:

> how to sort mem process using ps command
> 
> I am using ps auxw --sort %mem but its not helping me out

I'm using this to detect memory consumers:

  ps ww -e k -rss o pid,pmem,command,rss,size,vsz|head -20

It could be useful as a starting point.

Best regards.

-- 
   Roberto Ragusa    mail at robertoragusa.it




More information about the fedora-list mailing list