summaryrefslogtreecommitdiffstats
path: root/system/glances/README
diff options
context:
space:
mode:
author Philip Lacroix <philnx at posteo dot de>2015-05-23 22:43:30 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-05-23 22:43:30 +0700
commiteb4acbfd86e55104290a1f91b6217f29601021bd (patch)
tree2e04dac687fc7e4719dd0228025c0f4bd070eab6 /system/glances/README
parent76726771cb8f34ef5e017edca08bc985847e037d (diff)
downloadslackbuilds-eb4acbfd86e55104290a1f91b6217f29601021bd.tar.gz
slackbuilds-eb4acbfd86e55104290a1f91b6217f29601021bd.tar.xz
system/glances: Updated for version 2.4.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/glances/README')
-rw-r--r--system/glances/README32
1 files changed, 15 insertions, 17 deletions
diff --git a/system/glances/README b/system/glances/README
index 98d76f3133..15ef766369 100644
--- a/system/glances/README
+++ b/system/glances/README
@@ -1,11 +1,10 @@
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: in fact
-it can adapt dynamically the displayed information depending on the terminal
-size.
+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.
+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,
@@ -13,20 +12,19 @@ file systems, processes, etc.
OPTIONAL DEPENDENCIES
-Available on SBo: hddtemp (HHD temperature monitoring support), py3sensors
-(HW monitoring support), batinfo (battery monitoring support), bottle (Web
-server mode), pymdstat (RAID support), ysnmp (SNMP support), netifaces (auto
-discoverer mode), statsd (StatsD export module), matplotlib (generation of
-graphs from history data) and python3.
+Available on SBo: batinfo (battery monitoring support), bottle (Web server
+mode), hddtemp (HHD temperature monitoring support), matplotlib (generation
+of graphs from history data), netifaces (auto discoverer mode), py3sensors
+(HW monitoring support), pymdstat (RAID support), python3, statsd (StatsD
+export module), ysnmp (SNMP support).
-Not available on SBo: influxdb (InfluxDB export module), pystache (action
-script feature), docker-py (Docker monitoring support), zeroconf (auto
-discoverer mode).
+Not available on SBo: docker-py (Docker monitoring support), influxdb (InfluxDB
+export module), pika (RabbitMQ/ActiveMQ export module), pystache (action script
+feature), zeroconf (auto discoverer mode).
NOTES
-1) When launching Glances in a terminal with a bright background, the
-option '--theme-white' is recommended.
+1) When launching Glances in a terminal with a bright background, the option
+'--theme-white' is recommended.
-2) For the optional auto discoverer mode, both zeroconf and netifaces
-are needed.
+2) For optional auto discoverer mode, both zeroconf and netifaces are needed.