From e2e2264a4d270a203686822ad7643b13d0b1b2e5 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Tue, 30 Apr 2024 17:02:34 +0200 Subject: Set sensor refresh time at Glances refresh * 3 --- conf/glances.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'conf') diff --git a/conf/glances.conf b/conf/glances.conf index 10f48a6d..a7ed6374 100644 --- a/conf/glances.conf +++ b/conf/glances.conf @@ -239,7 +239,7 @@ public_template={continent_name}/{country_name}/{city_name} [connections] # Display additional information about TCP connections -# This plugin is disabled by default +# This plugin is disabled by default because it consumes lots of CPU disable=True # nf_conntrack thresholds in % nf_conntrack_percent_careful=70 @@ -333,8 +333,9 @@ port=7634 [sensors] # Documentation: https://glances.readthedocs.io/en/latest/aoa/sensors.html disable=False -# By default refresh every refresh time * 2 -#refresh=6 +# Set the refresh multiplicator for the sensors +# By default refresh every Glances refresh * 3 (increase to reduce CPU consumption) +#refresh=3 # Hide some sensors (comma separated list of regexp) hide=unknown.* # Show only the following sensors (comma separated list of regexp) -- cgit v1.2.3