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.
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
via tips4linux.com
No comments:
Post a Comment