diff --git a/conf/glances.conf b/conf/glances.conf index 0b04fb34da35023af476b00724b5be7e50405d65..3c2e70466ce1935cfeec73e5cd201a8f1b52d3fc 100644 --- a/conf/glances.conf +++ b/conf/glances.conf @@ -3,7 +3,7 @@ ############################################################################## [global] -# Refresh rate (default is a minimum of 2 seconds) +# Stats refresh rate (default is a minimum of 2 seconds) # Can be overwrite by the -t option # It is also possible to overwrite it in each plugin sections refresh=2 @@ -31,8 +31,6 @@ max_processes_display=30 # Set to true to disable a plugin # Note: you can also disable it from the command line (see --disable-plugin ) disable=False -# Set a specific refresh rate for this plugin by overwriting the default/refresh value -#refresh=3 # Graphical percentage char used in the terminal user interface (default is |) percentage_char=| # Define CPU, MEM and SWAP thresholds in % @@ -274,6 +272,11 @@ battery_critical=95 #core 0_alias=CPU Core 0 #core 1_alias=CPU Core 1 +[processcount] +disable=False +# If you want to change the refresh rate of the processing list, please uncomment: +#refresh=10 + [processlist] disable=False # Sort key: if not defined, the sort is automatically done by Glances (recommended)