summaryrefslogtreecommitdiffstats
path: root/conf/glances.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/glances.conf')
-rw-r--r--conf/glances.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index 7c953a7f..a69a1192 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -244,6 +244,10 @@ battery_critical=95
[processlist]
disable=False
+# Sort key: if not defined, the sort is automatically done by Glances (recommended)
+# Should be one of the following:
+# cpu_percent, memory_percent, io_counters, name, cpu_times, username
+#sort_key=memory_percent
# Define CPU/MEM (per process) thresholds in %
# Default values if not defined: 50/70/90
cpu_careful=50