AutoYADM commit: 2025-04-03 16:45:17

This commit is contained in:
Daniel Fichtinger 2025-04-03 16:45:17 -04:00
parent 1686a109e8
commit c2d33c4bf1

View file

@ -53,7 +53,7 @@ graph_symbol_proc = "default"
shown_boxes = "cpu proc"
#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
update_ms = 2000
update_ms = 1800
#* 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.
@ -63,7 +63,7 @@ proc_sorting = "memory"
proc_reversed = False
#* Show processes as a tree.
proc_tree = True
proc_tree = False
#* Use the cpu graph colors in the process list.
proc_colors = True