summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2024-04-30 17:02:34 +0200
committernicolargo <nicolashennion@gmail.com>2024-04-30 17:02:34 +0200
commite2e2264a4d270a203686822ad7643b13d0b1b2e5 (patch)
tree9fae44cbff5b24f51261d71b9e1e4eefebc2d78c /conf
parent3aa6be73619b16da4560ead62204de1d5a274fa6 (diff)
Set sensor refresh time at Glances refresh * 3
Diffstat (limited to 'conf')
-rw-r--r--conf/glances.conf7
1 files changed, 4 insertions, 3 deletions
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)