2013-12-03 13:45:11 +01:00
|
|
|
Glances is a free (LGPL) cross-platform curses-based monitoring tool,
|
|
|
|
which aims to present a maximum of information in a minimum of space
|
|
|
|
and ideally fits in a classical 80x24 terminal, or larger for additional
|
|
|
|
information.
|
2013-11-30 16:27:55 +01:00
|
|
|
|
2013-12-03 13:45:11 +01:00
|
|
|
Glances can adapt dynamically the displayed information depending on
|
|
|
|
the terminal size. It can also work in a client/server mode for remote
|
2013-11-30 16:27:55 +01:00
|
|
|
monitoring.
|
|
|
|
|
|
|
|
This tool is written in Python and uses the psutil library to fetch the
|
2013-12-03 13:45:11 +01:00
|
|
|
statistical values from key elements, like CPU, load average, memory,
|
2013-11-30 16:27:55 +01:00
|
|
|
network, disks, file systems, processes, etc.
|
|
|
|
|
|
|
|
Optional dependencies are Jinja2 (for HTML output), hddtemp (for HHD
|
|
|
|
temperature monitoring support) and python3.
|
|
|
|
Others not available on SBo are pysensors (for HW monitoring support)
|
|
|
|
and batinfo (for battery monitoring support).
|