Another Tips4Linux command, this time to list in order of priority what processes are using your cpu. The command is:
ps -eo pcpu,pid,user,args | sort -r -k1 | more
Interesting stuff I picked up in my aimless browsing of the web
Another Tips4Linux command, this time to list in order of priority what processes are using your cpu. The command is:
ps -eo pcpu,pid,user,args | sort -r -k1 | more
Leave a comment
Comments feed for this article