mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-28 05:42:57 +03:00
66e7916fbf
Several typos were found and corrected in the project documentation. Additionally, a number of grammatical and stylistic improvements were made to enhance clarity and coherence. These changes affect the following files: - docs/api.rst - docs/cmds.rst - docs/config.rst - docs/docker.rst - docs/glances.rst - docs/index.rst - docs/install.rst - docs/quickstart.rst - docs/support.rst These corrections and improvements significantly enhance the readability and accuracy of the documentation, making it more accessible and comprehensible for both users and developers.
37 lines
805 B
ReStructuredText
37 lines
805 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).
|
|
|
|
Glances is written in Python and uses the `psutil`_ library to get
|
|
information from your system.
|
|
|
|
Stats can also be exported to external time/value databases.
|
|
|
|
.. _psutil: https://github.com/giampaolo/psutil
|
|
|
|
Table of Contents
|
|
=================
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
install
|
|
quickstart
|
|
cmds
|
|
config
|
|
aoa/index
|
|
gw/index
|
|
api
|
|
docker
|
|
faq
|
|
support
|