Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install glances

How to install Glances

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install glances
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
Windows (64-bit)
Mac OS X (10.5+)
Linux (32-bit)
1.7.1 Available View build log
Linux (64-bit)
1.7.1 Available View build log
1.7.1 Available View build log
 
License
LGPL
Dependencies
Imports
Lastest release
version 1.7.1 on Aug 26th, 2013
https://api.flattr.com/button/flattr-badge-large.png https://travis-ci.org/nicolargo/glances.png?branch=master https://badge.fury.io/py/Glances.png https://pypip.in/d/Glances/badge.png

Glances - An eye on your system

https://raw.github.com/nicolargo/glances/master/docs/images/glances-white-256.png

Glances is a cross-platform curses-based monitoring tool written in Python.

It uses the psutil library to get information from your system.

https://raw.github.com/nicolargo/glances/master/docs/images/screenshot-wide.png
Requirements
  • python >= 2.6 (tested with version 2.6, 2.7, 3.2, 3.3)
  • psutil >= 0.4.1 (recommended version >= 0.6)
  • 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
Installation
PyPI: The simple way

Glances is on PyPI. To install, simply use pip:

System Message: ERROR/3 (<string>, line 42)

Unknown directive type "code-block".

.. code-block:: console

    pip install Glances

Note:

On Debian/Ubuntu, you need to install first the python-dev package.

On CentOS/Fedora, you need to install first the python-devel package (from the EPEL repository).

To upgrade Glances to the latest version:

System Message: ERROR/3 (<string>, line 54)

Unknown directive type "code-block".

.. code-block:: console

    pip install --upgrade Glances

Linux

Actually, packages exist for Arch Linux, Fedora / CentOS / RHEL, Debian (Sid/Testing) and Ubuntu (13.04+), so you should be able to install it using your favorite package manager.

FreeBSD

To install the precompiled binary package:

System Message: ERROR/3 (<string>, line 70)

Unknown directive type "code-block".

.. code-block:: console

    # pkg_add -r py27-glances

To install Glances from ports:

System Message: ERROR/3 (<string>, line 76)

Unknown directive type "code-block".

.. code-block:: console

    # cd /usr/ports/sysutils/py-glances/
    # make install clean

OS X

OS X users can also install Glances using Homebrew or MacPorts.

Homebrew

System Message: ERROR/3 (<string>, line 89)

Unknown directive type "code-block".

.. code-block:: console

    $ brew install brew-pip
    $ export PYTHONPATH=$(brew --prefix)/lib/python2.7/site-packages
    $ brew pip Glances

If you get the following error:

System Message: ERROR/3 (<string>, line 97)

Unknown directive type "code-block".

.. code-block:: console

    Error: Failed executing: pip install glances==X.X --install-option=--prefix=/usr/local/XXX/glances/X.X (.rb:)

Try to run:

System Message: ERROR/3 (<string>, line 103)

Unknown directive type "code-block".

.. code-block:: console

    $ pip install glances==X.X --install-option=--prefix=/usr/local/XXX/glances/X.X
    $ brew link Glances

MacPorts

System Message: ERROR/3 (<string>, line 111)

Unknown directive type "code-block".

.. code-block:: console

    $ sudo port install glances

Windows

Windows only support Glances in server mode. Glances will automatically run in server mode on it.

Thanks to Nicolas Bourges, Glances can be easily installed using a Windows installer:

Otherwise, you have to follow these steps:

Source

To install Glances from source:

System Message: ERROR/3 (<string>, line 136)

Unknown directive type "code-block".

.. code-block:: console

    $ 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 install

Note:

On Debian/Ubuntu, you need to install first the python-dev package.

On CentOS/Fedora, you need to install first the python-devel package (from the EPEL repository).

Puppet

You can install Glances using Puppet: https://github.com/rverchere/puppet-glances

Usage

Just run:

System Message: ERROR/3 (<string>, line 159)

Unknown directive type "code-block".

.. code-block:: console

    $ glances

Documentation

For complete documentation see glances-doc.

Author

Nicolas Hennion (@nicolargo) <nicolas@nicolargo.com>

License

LGPL. See COPYING for more details.

Subscribe to package updates

Last updated Aug 26th, 2013

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.