Follow Glances on Twitter: @nicolargo or @glances_system
Glances is a cross-platform curses-based monitoring tool written in Python.
It uses the psutil library to get information from your system.
python >= 2.6(tested with version 2.6, 2.7, 3.2, 3.3)psutil >= 0.5.1(recommended version >= 1.2.1)jinja(optional for HTML output)pysensors(optional for HW monitoring support) [Linux-only]hddtemp(optional for HDD temperature monitoring support)batinfo(optional for battery monitoring support) [Linux-only]setuptools
Glances is on PyPI. To install, simply use pip:
pip install GlancesTo upgrade Glances to the latest version:
pip install --upgrade GlancesAt the moment, packages exist for Arch Linux, Gentoo, Fedora/CentOS/RHEL, Debian (Sid/Testing) and Ubuntu (13.04+), so you should be able to install it using your favorite package manager.
To install the precompiled binary package:
# pkg_add -r py27-glancesTo install Glances from ports:
# cd /usr/ports/sysutils/py-glances/
# make install cleanOS X users can also install Glances using Homebrew or MacPorts.
$ brew install python
$ pip install Glances$ sudo port install glancesGlances proposes a Windows client based on the colorconsole Python library.
Glances < 1.7.2 only works in server mode. It will run in server mode automatically.
Thanks to Nicolas Bourges, Glances can be easily installed using a Windows installer:
Glances-1.7.2-win32.msi (32-bit, MD5: dba4f6cc9f47b6806ffaeb665c093270)
Otherwise, you have to follow these steps:
- Install Python for Windows: http://www.python.org/getit/
- Install the psutil library: https://pypi.python.org/pypi?:action=display&name=psutil#downloads
- Install the colorconsole library: http://code.google.com/p/colorconsole/downloads/list
- Download Glances from here: http://nicolargo.github.io/glances/
To install Glances from source:
$ curl -L https://github.com/nicolargo/glances/archive/vX.X.tar.gz -o glances-X.X.tar.gz
$ tar -zxvf glances-*.tar.gz
$ cd glances-*
# python setup.py installNote: Python headers are required to install psutil. For example, you need to install first:
- On Debian/Ubuntu, the python-dev package
- On CentOS/Fedora, the python-devel package (from the EPEL repository)
- On openSUSE/SLES/SLED, the python-devel package (from Oss repository)
You can install Glances using Puppet: https://github.com/rverchere/puppet-glances
Just run:
$ glancesand RTFM, always.
For complete documentation see glances-doc.
Nicolas Hennion (@nicolargo) <nicolas@nicolargo.com>
LGPL. See COPYING for more details.

