summaryrefslogtreecommitdiffstats
path: root/sample_configs
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2022-11-21 05:28:42 -0500
committerGitHub <noreply@github.com>2022-11-21 05:28:42 -0500
commit4f00434210a20109f4b9ca27c1b1856f376499b5 (patch)
tree0ce69bbc487460c2acdecbc84d42e73b6faaecb9 /sample_configs
parentf887096ceae26c06a690c6400569cf2e74a79dec (diff)
other: non-normalized process CPU% cleanup and docs (#910)
* refactor: simplify non-normalized code * update docs * appease clippy * add comment * unnormalized * fix issues on non-Linux regarding typos/imports
Diffstat (limited to 'sample_configs')
-rw-r--r--sample_configs/default_config.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/sample_configs/default_config.toml b/sample_configs/default_config.toml
index a2eabb38..bab1833d 100644
--- a/sample_configs/default_config.toml
+++ b/sample_configs/default_config.toml
@@ -18,7 +18,7 @@
# 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
+#unnormalized_cpu = false
# Whether to group processes with the same name together by default.
#group_processes = false
# Whether to make process searching case sensitive by default.
@@ -148,7 +148,6 @@
# type="proc"
# default=true
-
# Filters - you can hide specific temperature sensors, network interfaces, and disks using filters. This is admittedly
# a bit hard to use as of now, and there is a planned in-app interface for managing this in the future:
#[disk_filter]