summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorNicolargo <nicolas@nicolargo.com>2014-08-05 16:13:40 +0200
committerNicolargo <nicolas@nicolargo.com>2014-08-05 16:13:40 +0200
commitaf3c76e7b571e58cc7ebc683679c72bcfbc8031f (patch)
treefad20d61b5577f5abd98cdfaca060ede9a638fa3 /conf
parent4aeb922acfa16748f81fb6ecf969d75d17fa9dbb (diff)
Comment configuration file
Diffstat (limited to 'conf')
-rw-r--r--conf/glances-test.conf2
-rw-r--r--conf/glances.conf4
2 files changed, 5 insertions, 1 deletions
diff --git a/conf/glances-test.conf b/conf/glances-test.conf
index 8f0cb398..fef896ec 100644
--- a/conf/glances-test.conf
+++ b/conf/glances-test.conf
@@ -95,10 +95,10 @@ temp2_alias=Motherboard 1
core 0_alias=CPU Core 0
core 1_alias=CPU Core 1
-
[processlist]
# Maximum number of processes to show in the UI
# Note: Only limit number of showed processes (not the one returned by the API)
+# Default is 20 processes (Top 20)
max_processes=20
# Limit values for CPU/MEM per process in %
# Default values if not defined: 50/70/90
diff --git a/conf/glances.conf b/conf/glances.conf
index b571aed5..c0dbb077 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -96,6 +96,10 @@ battery_critical=95
#core 1_alias=CPU Core 1
[processlist]
+# Maximum number of processes to show in the UI
+# Note: Only limit number of showed processes (not the one returned by the API)
+# Default is 20 processes (Top 20)
+max_processes=20
# Limit values for CPU/MEM per process in %
# Default values if not defined: 50/70/90
cpu_careful=50