Webastor - Programming Tips and Tricks

OS => Linux => Topic started by: Amaan on November 17, 2016, 07:04:54 PM

Title: How do show which process cunsume memory in Linux?
Post by: Amaan on November 17, 2016, 07:04:54 PM
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.
Title: Re: Cunsume memory
Post by: Otis on January 08, 2017, 12:55:48 PM
The command line tool ps has its own sort option :

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