An Eye on your system
Glances is a cross-platform system monitoring tool written in Python.
Written in Python, Glances will run on almost any plaftorm : GNU/Linux, FreeBSD, OS X and Windows.
Glances includes a XML-RPC server and a RESTful JSON API which can be used by another client software.
No terminal at hand ? Use the built-in Web UI and monitor your system from any device.
Export all system statistics to CSV, InfluxDB, Cassandra, OpenTSDB, StatsD, ElasticSearch or even RabbitMQ. Glances also provides a dedicated Grafana dashboard.
Glances is on PyPI. By using PyPI, you are sure to have the latest stable version.
To install a minimal version:
$ pip install --user glances
For a full installation (all plugins):
$ pip install --user glances[all]
Others methods ? Read theofficial installation documentation.
Get help from others users or from the Glances developers and stay in touch with us. But never forget : always RTFM!
You want more informations or contribute to the Glances project ? Look at our user manual and the development wiki.