summaryrefslogtreecommitdiffstats
path: root/sample_configs
diff options
context:
space:
mode:
authordatabase64128 <free122448@hotmail.com>2022-11-21 16:12:47 +0800
committerGitHub <noreply@github.com>2022-11-21 03:12:47 -0500
commit71bc6c940e880ea8c9801ac606055f1f55d516fe (patch)
tree41ad01d7b210b30b18c58ea529b91a976df1becd /sample_configs
parent9e4aed7d566948c7d59bee9af3bd68c6c9960075 (diff)
feature: per-core process cpu usage percentage (#899)
Diffstat (limited to 'sample_configs')
-rw-r--r--sample_configs/default_config.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/sample_configs/default_config.toml b/sample_configs/default_config.toml
index 7ead3315..a2eabb38 100644
--- a/sample_configs/default_config.toml
+++ b/sample_configs/default_config.toml
@@ -17,6 +17,8 @@
#left_legend = false
# Whether to set CPU% on a process to be based on the total CPU or just current usage.
#current_usage = false
+# Whether to set CPU% on a process to be based on the total CPU or per-core CPU% (not divided by the number of cpus).
+#per_core_percentage = false
# Whether to group processes with the same name together by default.
#group_processes = false
# Whether to make process searching case sensitive by default.