Re: how to sort mem process using ps command

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux