glances/docs/index.rst

37 lines
804 B
ReStructuredText
Raw Permalink Normal View History

2016-03-02 12:29:19 +00:00
Glances
=======
2013-08-20 11:49:41 +00:00
2016-03-02 12:29:19 +00:00
.. image:: _static/screenshot-wide.png
2013-08-20 11:49:41 +00:00
2016-09-04 14:53:32 +00: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 11:49:41 +00:00
2016-03-02 12:29:19 +00:00
Glances is written in Python and uses the `psutil`_ library to get
information from your system.
2013-08-20 11:49:41 +00:00
Stats can also be exported to external time/value databases.
2016-03-02 12:29:19 +00:00
.. _psutil: https://github.com/giampaolo/psutil
2013-08-20 11:49:41 +00:00
2016-03-02 12:29:19 +00:00
Table of Contents
=================
2013-08-20 11:49:41 +00:00
.. toctree::
:maxdepth: 2
install
2016-03-02 12:29:19 +00:00
quickstart
cmds
config
aoa/index
gw/index
api
2018-10-20 08:47:30 +00:00
docker
faq
2016-03-02 12:29:19 +00:00
support