[Ilugc] OAOD (Glances)

  • From: dhasthagheer@xxxxxxxxx (Dhastha)
  • Date: Fri, 23 Dec 2011 14:05:22 +0530

Application: Glances

What it is:

Glances is developed in Python and allows to display in real-time your
important system stats. The system stats displayed are sorted
automatically.
Glances allows to monitor, for example, your CPU usage, load time,
memory usage, swap usage, network rate, number of running processes,
disk input/output, etc.

To know more about:

http://www.upubuntu.com/2011/12/monitor-system-stats-in-real-time-from.html

To install in Ubuntu:

sudo apt-get install python-statgrab
wget -O glances-1.3.2.tar.gz http://goo.gl/REaaa
tar zxvf glances-1.3.2.tar.gz
cd glances-1.3.2
./configure
make
sudo make install

To start Glances, run this command:

glances.py
-- 




Cheers,

Dhastha
Project staff
Indian Institute of Technology, Bombay

My experience on Linux:   http://dhastha.wordpress.com
Member of KanchiLUG :   http://www.kanchilug.wordpress.com
OAOD                        :   http://dowithlinux.wordpress.com

Other related posts:

  • » [Ilugc] OAOD (Glances) - Dhastha