Htop is a linux processes viewing utility which is similar to built in ps –aux commands.
Isntalling htop is simple if we have gcc c++ ,ncurses-devel ready on the mechain.
cd /
# wget-c http://internode.dl.sourceforge.net/project/htop/htop/0.8.3/htop-0.8.3.tar.gz
# tar-xvf htop-0.8.3.tar.gz
# cd htop-0.8.3
# yum install gcc c + +
# yum install ncurses-devel
#. / configure
# make
# make install
#htop command will print the running processes information something like below.
0 Comments