- Debian Admin - http://www.debianadmin.com -
Display top CPU processes Using htop
Posted By Admin On 27th December 2006 @ 06:51 In Monitoring | 1 Comment
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
htop is an easier to use and friendlier version of top. While it hasn’t as much time behind it and therefore is less tested, it seems to work very well both locally and over SSH, and it’s well worth taking it for a spin. It’s just one of those small utilities that makes life a bit easier.
Install htop in debian
#apt-get install htop
This will complete the installation.Now if you want to check this application just type the following command from your terminal
#htop
You should see the following screen

If you want to know about the more available option check htop man page
Comparison between htop and top
In ‘htop’ you can scroll the list vertically and horizontally to see all processes and complete command lines.
In ‘top’ you are subject to a delay for each unassigned key you press (especially annoying when multi-key escape sequences are triggered by accident).
‘htop’ starts faster (’top’ seems to collect data for a while before displaying anything).
In ‘htop’ you don’t need to type the process number to kill a process, in ‘top’ you do.
In ‘htop’ you don’t need to type the process number or the priority value to renice a process, in ‘top’ you do.
‘htop’ supports mouse operation, ‘top’ doesn’t
‘top’ is older, hence, more used and tested.
You may also be interested in...
Article printed from Debian Admin: http://www.debianadmin.com
URL to article: http://www.debianadmin.com/display-top-cpu-processes-using-htop.html
Click here to print.