diff options
author | Philip Lacroix <philnx@bluebottle.com> | 2013-12-03 19:45:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2013-12-03 19:45:11 +0700 |
commit | c6ab83a00e45506662939940bf49d8d2ab6c3ee9 (patch) | |
tree | ca58592adf08c92ff7c2fe9b0165a6a1245b86b9 /system/glances/README | |
parent | ca72d5e7a2cff50c012871c40b433a5fccf4f966 (diff) | |
download | slackbuilds-c6ab83a00e45506662939940bf49d8d2ab6c3ee9.tar.gz |
system/glances: Script cleanup.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/glances/README')
-rw-r--r-- | system/glances/README | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/system/glances/README b/system/glances/README index 501b368e6a..2e448c9127 100644 --- a/system/glances/README +++ b/system/glances/README @@ -1,14 +1,14 @@ -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 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. -Glances can adapt dynamically the displayed information depending on -the terminal size. It can also work in a client/server mode for remote +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, +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 |