Features
- CPU
- Memory
- Load
- Process list
- Network interface
- Disk I/O
- IRQ / Raid
- Sensors
- Filesystem (and folders)
- Container (Docker and Podman supported)
- Monitor
- Alert
- System info
- Uptime
- Quicklook (CPU, MEM, LOAD)
-
Cross-platform
Written in Python, Glances will run on almost any plaftorm : GNU/Linux, FreeBSD, OS X and Windows.
-
API
Glances includes a XML-RPC server and a RESTful JSON API which can be used by another client software.
-
Web UI
No terminal at hand ? Use the built-in Web UI and monitor your system from any device.
-
Export
Export all system statistics to CSV, InfluxDB, Cassandra, OpenTSDB, StatsD, ElasticSearch or even RabbitMQ. Glances also provides a dedicated Grafana dashboard.
Get started
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 the official installation documentation.
Community
Get help from others users or from the Glances developers and stay in touch with us. But never forget : always RTFM!
Documentation
You want more informations or contribute to the Glances project ? Look at our user manual and the development wiki.