summaryrefslogtreecommitdiffstats
path: root/system/glances/README
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-14 12:15:21 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-17 12:38:06 -0400
commit5ab3aee5c0cf7ce2d2b59660a2e8e583ec4bb476 (patch)
treece6f31b12d4c508a53c8283ec8f7430e00944e13 /system/glances/README
parent845f373574730ac5d8622dfc7d6d9ed76a33fdfb (diff)
downloadslackbuilds-5ab3aee5c0cf7ce2d2b59660a2e8e583ec4bb476.tar.gz
slackbuilds-5ab3aee5c0cf7ce2d2b59660a2e8e583ec4bb476.tar.xz
system/glances: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/glances/README')
-rw-r--r--system/glances/README25
1 files changed, 13 insertions, 12 deletions
diff --git a/system/glances/README b/system/glances/README
index 01bd664dc4..1320f539e1 100644
--- a/system/glances/README
+++ b/system/glances/README
@@ -1,13 +1,14 @@
-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. It can
-adapt the displayed information dynamically, depending on the terminal size.
-A client/server mode is also available and remote monitoring can be done via
-terminal or a web interface.
+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. It can adapt the displayed information
+dynamically, depending on the terminal size. A client/server mode is
+also available and remote monitoring can be done via terminal or a 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.
+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
@@ -40,6 +41,6 @@ pystache (for action scripting)
wifi (for wifi plugin)
zeroconf (for autodiscover mode)
-NOTE: When launching glances from a terminal with a bright background, the
-option '--theme-white' is recommended. More options are documented in the man
-page and in the file glances.conf.
+NOTE: When launching glances from a terminal with a bright background,
+the option '--theme-white' is recommended. More options are documented
+in the man page and in the file glances.conf.