How can I determine which processes are using up the most CPU?

Posted by Rob on Server Fault See other posts from Server Fault or by Rob
Published on 2010-04-25T01:57:27Z Indexed on 2010/04/25 2:04 UTC
Read the original article Hit count: 594

05:54:17 up 6 days, 9:54, 1 user, load average: 15.70, 8.04, 4.56

Load average is a LOT higher than it should be. It was HALF of that a moment ago, I used ps aux to see which processes were using a lot of cpu, and the httpd was using a TON. It had several processes running with 0.9 each. So I restarted the httpd, and now those processes are gone, but the load averages have doubled.

So my question is: is there a way I can list the processes that are consuming the most cpu?

© Server Fault or respective owner

Related posts about load-average

Related posts about cpu