diff options
author | Philip Lacroix <philnx[at]bluebottle[dot]com> | 2013-11-30 16:27:55 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-12-02 00:58:00 -0600 |
commit | 7a3cfd7ff4bd29955f07de756e2155e72cd7e8df (patch) | |
tree | 7d87ce4bd81afc43f4cfb4903179d31f4791f3e3 /system/glances/README | |
parent | 3bbf957da1a7c955d89a9ce672e2444e5db38268 (diff) | |
download | slackbuilds-7a3cfd7ff4bd29955f07de756e2155e72cd7e8df.tar.gz |
system/glances: Added (curses-based monitoring tool).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/glances/README')
-rw-r--r-- | system/glances/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/system/glances/README b/system/glances/README new file mode 100644 index 0000000000..501b368e6a --- /dev/null +++ b/system/glances/README @@ -0,0 +1,17 @@ +Glances is a free (LGPL) cross-platform curses-based monitoring tool +which aims to present a maximum of information in a minimum of space, +ideally to fit in a classical 80x24 terminal or higher to have addi- +tionnal information. + +Glances can adapt dynamically the displayed information depending on +the terminal size. It can also work in a client/server mode for remote +monitoring. + +This tool is written in Python and uses the psutil library to fetch the +statistical values from key elements, like CPU, load average, memory, +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). |