Glances
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.
Table of Contents
- Install
- Quickstart
- Command Reference
- Configuration
- Anatomy Of The Application
- Gateway To Other Services
- API (Restfull/JSON) documentation
- Run the Glances API server
- API URL
- API documentation URL
- WebUI refresh
- GET API status
- GET plugins list
- GET alert
- GET amps
- GET cloud
- GET connections
- GET containers
- GET core
- GET cpu
- GET diskio
- GET folders
- GET fs
- GET gpu
- GET help
- GET ip
- GET irq
- GET load
- GET mem
- GET memswap
- GET network
- GET now
- GET percpu
- GET ports
- GET processcount
- GET processlist
- GET psutilversion
- GET quicklook
- GET raid
- GET sensors
- GET smart
- GET system
- GET uptime
- GET version
- GET vms
- GET wifi
- GET all stats
- GET top n items of a specific plugin
- GET item description
- GET item unit
- GET stats history
- GET limits (used for thresholds)
- Docker
- F.A.Q
- Support