mirror of
https://github.com/nicolargo/glances.git
synced 2025-12-23 22:18:31 -05:00
40 lines
908 B
ReStructuredText
40 lines
908 B
ReStructuredText
Glances
|
|
=======
|
|
|
|
.. image:: _static/screenshot-wide.png
|
|
|
|
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.
|
|
|
|
It can also work in client/server mode. Remote monitoring can be
|
|
done via terminal, Web interface, or API (XMLRPC and RESTful).
|
|
|
|
Stats can also be exported to :ref:`files or external databases<gw>`.
|
|
|
|
It is also possible to use it in your own Python scripts thanks to
|
|
the :ref:`Glances API<api>` or in any other application through
|
|
the :ref:`RESTful API<api_restful>`.
|
|
|
|
Table of Contents
|
|
=================
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
install
|
|
quickstart
|
|
cmds
|
|
config
|
|
aoa/index
|
|
gw/index
|
|
api/python
|
|
api/restful
|
|
docker
|
|
faq
|
|
support
|
|
|
|
.. _psutil: https://github.com/giampaolo/psutil
|
|
|