mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
758c85df5f
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
27 lines
1.3 KiB
Text
27 lines
1.3 KiB
Text
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.
|