Skip to content

Commit 1623c27

Browse files
committed
Quicklook plugin lst is also configurable and taken into account in the WebUI
1 parent 5092475 commit 1623c27

File tree

8 files changed

+207
-242
lines changed

8 files changed

+207
-242
lines changed

conf/glances.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ swap_careful=50
6161
swap_warning=70
6262
swap_critical=90
6363
# Source: http://blog.scoutapp.com/articles/2009/07/31/understanding-load-averages
64-
# With 1 CPU core, the load should be lower than 1.00 (100%)
64+
# With 1 CPU core, the load should be lower than 1.00 ~ 100%
6565
load_careful=70
6666
load_warning=100
6767
load_critical=500

docs/aoa/quicklook.rst

+7-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Quick Look
44
==========
55

66
The ``quicklook`` plugin is only displayed on wide screen and proposes a
7-
bar view for CPU and memory (virtual and swap).
7+
bar view for cpu, memory, swap and load (this list is configurable).
88

99
In the terminal interface, click on ``3`` to enable/disable it.
1010

@@ -27,10 +27,14 @@ client/server mode (see issue ).
2727
Limit values can be overwritten in the configuration file under
2828
the ``[quicklook]`` section.
2929

30-
You can also configure the percentage char used in the terminal user interface.
30+
You can also configure the stats list and the bat character used in the
31+
user interface.
3132

3233
.. code-block:: ini
3334
3435
[quicklook]
36+
# Stats list (default is cpu,mem,load)
37+
# Available stats are: cpu,mem,load,swap
38+
list=cpu,mem,load
3539
# Graphical percentage char used in the terminal user interface (default is |)
36-
percentage_char=@
40+
bar_char=|

0 commit comments

Comments
 (0)