How to install httpd in ubuntu Htop is a process monitoring software where we can monitor system
process and usage (cpu and memory usage of our servers or desktop). Here
i provide snippet to download this software on ubuntu and centos
Ubuntu
sudo apt-get install htop
CentOS
rpm -i htop-0.9-1.el6.rf.x86_64.rpm
Now htop already install inside your system to run the program just type htop inside your terminal. Below is screenshot of the application:
so happy monitoring