From 5092475d7f0414726abae26cfafff0d55d61d230 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sat, 27 Jan 2024 11:20:44 +0100 Subject: Make the Quicklook stats list configurable (TODO on the WebUI) --- conf/glances.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'conf') diff --git a/conf/glances.conf b/conf/glances.conf index 75512743..1a489815 100644 --- a/conf/glances.conf +++ b/conf/glances.conf @@ -45,8 +45,11 @@ max_processes_display=25 # Set to true to disable a plugin # Note: you can also disable it from the command line (see --disable-plugin ) disable=False -# Graphical percentage char used in the terminal user interface (default is |) -percentage_char=| +# Stats list (default is cpu,mem,load) +# Available stats are: cpu,mem,load,swap +list=cpu,mem,load +# Graphical bar char used in the terminal user interface (default is |) +bar_char=| # Define CPU, MEM and SWAP thresholds in % cpu_careful=50 cpu_warning=70 @@ -58,6 +61,7 @@ swap_careful=50 swap_warning=70 swap_critical=90 # Source: http://blog.scoutapp.com/articles/2009/07/31/understanding-load-averages +# With 1 CPU core, the load should be lower than 1.00 (100%) load_careful=70 load_warning=100 load_critical=500 -- cgit v1.2.3