Thursday, October 28, 2010

Linux - Top 10 CPU-hungry apps

Categorized | System, cli

Linux - Top 10 CPU-hungry apps

October 27th, 2010 by T4L

If you want to find out which applications you run eat the most of your CPU, run the command below:

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

This will display a top 10 list of those processes, starting with the hungriest at the top.

Author Profile

T4L ;

Other posts by T4L

Author's web site

Are you satisfied with this blog?
Why not subscribe our RSS Feed? you will always get the latest post.


Hi, Be the first leave some reply

Leave A Reply


Posted via email from ://allthings-bare

No comments:

Post a Comment