From 261c172c56f03ca0d55cbb05f845df6c2bac3725 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 18 Nov 2013 11:48:00 +0100 Subject: Update --- index.html | 92 ++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 44 insertions(+), 48 deletions(-) diff --git a/index.html b/index.html index 0623298c..59dc758b 100644 --- a/index.html +++ b/index.html @@ -31,7 +31,11 @@

-

+ + +

+ +

Follow Glances on Twitter: @glances_system

Glances - An eye on your system

@@ -46,42 +50,30 @@

Requirements

Installation

- -

Pipy: The easy way...

- -

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

+
  • python >= 2.6 (tested with version 2.6, 2.7, 3.2, 3.3)
  • +
  • psutil >= 0.5.1 (recommended version >= 1.1.0)
  • +
  • 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
  • + -
    pip install Glances
    -
    +

    Installation

    -

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

    +

    PyPI: The simple way

    -

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

    +

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

    -

    Note: On openSUSE/SLES/SLED, you need to install first the python-devel package (from the Oss repository).

    +
    pip install Glances

    To upgrade Glances to the latest version:

    -
    pip install --upgrade Glances
    -
    +
    pip install --upgrade Glances

    Linux

    -

    Actually, packages exist for Arch Linux, Fedora / CentOS / RHEL, +

    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.

    @@ -89,8 +81,7 @@ install it using your favorite package manager.

    To install the precompiled binary package:

    -
    # pkg_add -r py27-glances
    -
    +
    # pkg_add -r py27-glances

    To install Glances from ports:

    @@ -122,28 +113,28 @@ $ brew link Glances

    MacPorts

    -
    $ sudo port install glances
    -
    +
    $ sudo port install glances

    Windows

    -

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

    +

    Glances 1.7.2 proposes a Windows client based on the colorconsole Python library.

    -

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

    +

    Glances < 1.7.2 only works in server mode. It will run in server mode automatically.

    -

    Otherwise, you have to follow these steps:

    +

    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:

    Source

    +
  • 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/
  • + + +

    Source

    To install Glances from source:

    @@ -153,7 +144,13 @@ $ cd glances-* # python setup.py install -

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

    +

    Note: Python headers are required to install psutil. For example, you need to install first:

    + +

    Puppet

    @@ -163,8 +160,7 @@ $ cd glances-*

    Just run:

    -
    $ glances
    -
    +
    $ glances

    Documentation

    @@ -172,7 +168,7 @@ $ cd glances-*

    Author

    -

    Nicolas Hennion (@nicolargo) nicolas@nicolargo.com

    +

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

    License

    -- cgit v1.2.3