Difference between revisions of "Glances"

From SME Server
Jump to navigationJump to search
(Created page with "==Glances== ===description=== Glances - An eye on your system. Glances is a cross-platform curses-based system monitoring tool written in Python. see [http://nicolargo.github...")
 
Line 25: Line 25:
 
* see through a browser
 
* see through a browser
 
  glances -w
 
  glances -w
connect you with your browser to :
+
connect with your browser to :
 
  http://yourhost:61208
 
  http://yourhost:61208
  

Revision as of 23:24, 15 June 2014

Glances

description

Glances - An eye on your system. Glances is a cross-platform curses-based system monitoring tool written in Python.

see the website for further informations

Installation

Some binaries are available from epel, but they are not up-to-date, and it could be a shame, so we will install glances with pip command line.

sme9

You have to enable epel repository first

yum install python-pip python-devel gcc --enablerepo=epel

then when you want to install or update, you can issue :

pip install --upgrade glances pysnmp bottle batinfo https://bitbucket.org/gleb_zhulik/py3sensors/get/tip.tar.gz

sme8

not tested on sme8, please do it

Usage

it depends what versions you have but you can issue in a terminal

glances
  • see through a browser
glances -w

connect with your browser to :

http://yourhost:61208

and RTFM, always.