summaryrefslogtreecommitdiffstats
path: root/system/glances/README
blob: d91793e83c0e5bde27154f977f24bf4b432aa2d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
glances is a free (LGPL) cross-platform curses-based system monitoring tool
which aims to present a maximum of information in a minimum of space, ideally
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.

This tool can also work in client/server mode. Remote monitoring can be done
via terminal or web interface.

glances is written in Python and uses the psutil library to fetch statistical
values from key elements, like CPU, load average, memory, network, disks,
file systems, processes, etc.

OPTIONAL DEPENDENCIES

Available on SBo: batinfo (battery monitoring support), bottle (Web server
mode), hddtemp (HHD temperature monitoring support), matplotlib (generation
of graphs from history data), netifaces (IP plugin), py3sensors (HW monitoring
support), pymdstat (RAID support), python3, statsd (StatsD export module),
pysnmp (SNMP support).

Not available on SBo: docker-py (Docker monitoring support), influxdb (InfluxDB
export module), pika (RabbitMQ/ActiveMQ export module), py-cpuinfo (Quicklook
CPU info module), pystache (action script feature), zeroconf (auto discoverer
mode).

NOTE: When launching glances in a terminal with a bright background, the option
'--theme-white' is recommended.