glances/docs/index.rst

37 lines
805 B
ReStructuredText
Raw Normal View History

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
Glances is a cross-platform monitoring tool that aims to present
maximum information in minimal space through either a curses-based
or Web-based interface. It can dynamically adapt the displayed
information depending on the terminal size.
2016-09-04 17:53:32 +03:00
It can also work in client/server mode. Remote monitoring can 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
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
install
2016-03-02 15:29:19 +03:00
quickstart
cmds
config
aoa/index
gw/index
api
2018-10-20 11:47:30 +03:00
docker
faq
2016-03-02 15:29:19 +03:00
support