Glances
As the name suggests, it provides a glance of the current system state/stat.
It covers most of the information related to a Linux system. CPU, Network, Disk, Mount points, Process.
To Install on Ubuntu:
It provides output in form of html or csv etc.
In my case - apache2 is already installed.
sudks@sudks-ThinkPad-T420:~$ sudo mkdir /var/www/monitor
Refer man page for more info.
As the name suggests, it provides a glance of the current system state/stat.
It covers most of the information related to a Linux system. CPU, Network, Disk, Mount points, Process.
To Install on Ubuntu:
sudo apt-get install python-pip build-essential python-dev
sudo pip install Glances
sudo pip install PySensors
To run :
sudks@sudks-ThinkPad-T420:~$ glances
It provides output in form of html or csv etc.
In my case - apache2 is already installed.
sudks@sudks-ThinkPad-T420:~$ sudo mkdir /var/www/monitor
sudks@sudks-ThinkPad-T420:/var/www/monitor$ glances -o HTML -f /var/www/monitor/
Refer man page for more info.


No comments:
Post a Comment