What is Htop?
Htop is an interactive and real time process monitoring application for Linux. It shows complete list of processes running and easy to use for normal tasks. We can interact with mouse those who love to play with mouse. You can scroll vertically to view the full process list, and scroll horizontally to view the full command line of the process.
Install Htop for RHEL, CentOS & Fedora
Let us install Htop on RHEL 6.3/6.2/6.1/6/5.8
For RHEL 64-bit OS
## For RHEL 5 # wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el5.rf.x86_64.rpm # rpm -ihv rpmforge-release*.rf.x86_64.rpm ## For RHEL 6 # wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm # rpm -ihv rpmforge-release*.rf.x86_64.rpm
For RHEL 32-bit OS
## For RHEL 5 # wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el5.rf.i386.rpm # rpm -ihv rpmforge-release*.rf.i386.rpm ## For RHEL 6 # wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.i686.rpm # rpm -ihv rpmforge-release*.rf.i686.rpm
# yum install htop
Now run the htop monitoring tool by executing following command on the terminal.
# htop
Htop is having three sections mainly
- Header, where we can see info like CPU, Memory, Swap and also shows tasks, load average and Up-time.
- List of processes sorted by CPU utilization.
- Last footer shows different options like help, setup, kill, nice , quit etc.
No comments:
Post a Comment