diff options
Diffstat (limited to 'system/glances/README')
-rw-r--r-- | system/glances/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/glances/README b/system/glances/README index 15ef766369133..f320d6e7c9003 100644 --- a/system/glances/README +++ b/system/glances/README @@ -1,4 +1,4 @@ -Glances is a free (LGPL) cross-platform curses-based system monitoring tool +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. @@ -6,7 +6,7 @@ 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 +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. @@ -24,7 +24,7 @@ feature), zeroconf (auto discoverer mode). NOTES -1) When launching Glances in a terminal with a bright background, the option +1) When launching glances in a terminal with a bright background, the option '--theme-white' is recommended. 2) For optional auto discoverer mode, both zeroconf and netifaces are needed. |