Command to list top cpu process in Linux

| May 13, 2011

Use ps command to list top cpu process.

#ps -eo pcpu,pid,user,args | sort -k 1 -r | head -10

Tags: ,

Category: Tips for linux

Comments are closed.