How do show which process cunsume memory in Linux?

Started by Jaydon, November 17, 2016, 07:04:54 PM

Previous topic - Next topic

Amaan

Hello everyone, I have a big problem a bit special, how do show which process cunsume memory in linux? Thank you please kindly help me.

Otis

The command line tool ps has its own sort option :

$ ps -eo pcpu,args --sort=-%cpu | head