2015-09-10 20:40:53 +02:00
|
|
|
glances is a free (LGPL) cross-platform curses-based system monitoring tool
|
2015-02-07 00:33:57 +01:00
|
|
|
which aims to present a maximum of information in a minimum of space, ideally
|
2015-05-23 17:43:30 +02:00
|
|
|
to fit in a classical 80x24 terminal, or larger for additional data as it can
|
|
|
|
adapt the displayed information dynamically, depending on the terminal size.
|
2013-11-30 16:27:55 +01:00
|
|
|
|
2015-05-23 17:43:30 +02:00
|
|
|
This tool can also work in client/server mode. Remote monitoring can be done
|
|
|
|
via terminal or web interface.
|
2013-11-30 16:27:55 +01:00
|
|
|
|
2015-09-10 20:40:53 +02:00
|
|
|
glances is written in Python and uses the psutil library to fetch statistical
|
2015-02-07 00:33:57 +01:00
|
|
|
values from key elements, like CPU, load average, memory, network, disks,
|
|
|
|
file systems, processes, etc.
|
2013-11-30 16:27:55 +01:00
|
|
|
|
2015-02-07 00:33:57 +01:00
|
|
|
OPTIONAL DEPENDENCIES
|
2014-11-30 06:10:55 +01:00
|
|
|
|
2015-05-23 17:43:30 +02:00
|
|
|
Available on SBo: batinfo (battery monitoring support), bottle (Web server
|
|
|
|
mode), hddtemp (HHD temperature monitoring support), matplotlib (generation
|
2015-12-08 19:21:00 +01:00
|
|
|
of graphs from history data), netifaces (IP plugin), py3sensors (HW monitoring
|
|
|
|
support), pymdstat (RAID support), python3, statsd (StatsD export module),
|
|
|
|
pysnmp (SNMP support).
|
2015-02-14 04:40:17 +01:00
|
|
|
|
2015-05-23 17:43:30 +02:00
|
|
|
Not available on SBo: docker-py (Docker monitoring support), influxdb (InfluxDB
|
2015-12-08 19:21:00 +01:00
|
|
|
export module), pika (RabbitMQ/ActiveMQ export module), py-cpuinfo (Quicklook
|
|
|
|
CPU info module), pystache (action script feature), zeroconf (auto discoverer
|
|
|
|
mode).
|
2015-02-07 00:33:57 +01:00
|
|
|
|
2015-12-20 18:08:13 +01:00
|
|
|
NOTE: When launching glances in a terminal with a bright background, the option
|
2015-05-23 17:43:30 +02:00
|
|
|
'--theme-white' is recommended.
|