2016-03-02 15:29:19 +03:00
|
|
|
Glances
|
|
|
|
=======
|
2013-08-20 15:49:41 +04:00
|
|
|
|
2016-03-02 15:29:19 +03:00
|
|
|
.. image:: _static/screenshot-wide.png
|
2013-08-20 15:49:41 +04:00
|
|
|
|
2016-09-04 17:53:32 +03:00
|
|
|
Glances is a cross-platform monitoring tool which aims to present a
|
|
|
|
maximum of information in a minimum of space through a curses or Web
|
|
|
|
based interface. It can adapt dynamically the displayed information
|
|
|
|
depending on the terminal size.
|
|
|
|
|
|
|
|
It can also work in client/server mode. Remote monitoring could be
|
|
|
|
done via terminal, Web interface or API (XMLRPC and RESTful).
|
2013-08-20 15:49:41 +04:00
|
|
|
|
2016-03-02 15:29:19 +03:00
|
|
|
Glances is written in Python and uses the `psutil`_ library to get
|
|
|
|
information from your system.
|
2013-08-20 15:49:41 +04:00
|
|
|
|
2016-09-03 09:48:38 +03:00
|
|
|
Stats can also be exported to external time/value databases.
|
|
|
|
|
2016-03-02 15:29:19 +03:00
|
|
|
.. _psutil: https://github.com/giampaolo/psutil
|
2013-08-20 15:49:41 +04:00
|
|
|
|
2016-03-02 15:29:19 +03:00
|
|
|
Table of Contents
|
|
|
|
=================
|
2013-08-20 15:49:41 +04:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
2016-09-03 09:48:38 +03:00
|
|
|
install
|
2016-03-02 15:29:19 +03:00
|
|
|
quickstart
|
|
|
|
cmds
|
|
|
|
config
|
|
|
|
aoa/index
|
|
|
|
gw/index
|
|
|
|
api
|
|
|
|
support
|