Update 2025-08-27

This commit is contained in:
2025-08-27 19:39:55 +03:00
parent b152e7546b
commit 33b6e35592
635 changed files with 56259 additions and 17 deletions

View File

@@ -53,11 +53,11 @@ graph_symbol_proc = "default"
shown_boxes = "net proc cpu mem"
#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
update_ms = 500
update_ms = 1000
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
proc_sorting = "memory"
proc_sorting = "cpu direct"
#* Reverse sorting order, True or False.
proc_reversed = False
@@ -151,7 +151,7 @@ custom_cpu_name = ""
#* Optional filter for shown disks, should be full path of a mountpoint, separate multiple values with whitespace " ".
#* Only disks matching the filter will be shown. Prepend exclude= to only show disks not matching the filter. Examples: disk_filter="/boot /home/user", disks_filter="exclude=/boot /home/user"
disks_filter = "exclude=/boot"
disks_filter = "exclude=/boot /var/cache/pacman/pkg /var/log /home"
#* Show graphs instead of meters for memory values.
mem_graphs = True
@@ -175,7 +175,7 @@ show_disks = True
only_physical = True
#* Read disks list from /etc/fstab. This also disables only_physical.
use_fstab = False
use_fstab = True
#* Setting this to True will hide all datasets, and only show ZFS pools. (IO stats will be calculated per-pool)
zfs_hide_datasets = False