Glances
Glances is a cross-platform monitoring tool which aims to present a maximum of information in a minimum of space through a curses or Web based interface. It can adapt dynamically the displayed information depending on the terminal size.
It can also work in client/server mode. Remote monitoring could 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
- GET API status
- GET plugins list
- GET amps
- GET core
- GET cpu
- GET diskio
- GET docker
- GET fs
- GET ip
- GET load
- GET mem
- GET memswap
- GET network
- GET now
- GET percpu
- GET ports
- GET processcount
- GET processlist
- GET psutilversion
- GET quicklook
- GET sensors
- GET system
- GET uptime
- GET all stats
- GET stats history
- GET limits (used for thresholds)
- Docker
- F.A.Q
- Support