This commit is contained in:
The-Repo-Club 2023-08-29 20:34:24 +01:00
parent bf953b103c
commit 03f108e59f
No known key found for this signature in database
GPG Key ID: E30EC2FBFB05C44F
4 changed files with 10 additions and 4 deletions

View File

@ -50,7 +50,7 @@ graph_symbol_proc = "default"
shown_boxes = "cpu net mem proc" shown_boxes = "cpu net mem proc"
#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs. #* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
update_ms = 2000 update_ms = 500
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct", #* 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. #* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
@ -125,7 +125,7 @@ cpu_core_map = ""
temp_scale = "celsius" temp_scale = "celsius"
#* Use base 10 for bits/bytes sizes, KB = 1000 instead of KiB = 1024. #* Use base 10 for bits/bytes sizes, KB = 1000 instead of KiB = 1024.
base_10_sizes = False base_10_sizes = True
#* Show CPU frequency. #* Show CPU frequency.
show_cpu_freq = True show_cpu_freq = True
@ -209,4 +209,4 @@ selected_battery = "Auto"
#* Set loglevel for "~/.config/btop/btop.log" levels are: "ERROR" "WARNING" "INFO" "DEBUG". #* Set loglevel for "~/.config/btop/btop.log" levels are: "ERROR" "WARNING" "INFO" "DEBUG".
#* The level set includes all lower levels, i.e. "DEBUG" will show all logging info. #* The level set includes all lower levels, i.e. "DEBUG" will show all logging info.
log_level = "WARNING" log_level = "DISABLED"

View File

@ -17,3 +17,9 @@ btop++ needs an interactive shell to run.
2023/08/18 (01:27:05) | ERROR: Stall in Runner thread, restarting! 2023/08/18 (01:27:05) | ERROR: Stall in Runner thread, restarting!
2023/08/18 (01:27:17) | ERROR: Stall in Runner thread, restarting! 2023/08/18 (01:27:17) | ERROR: Stall in Runner thread, restarting!
2023/08/18 (01:27:25) | ERROR: Stall in Runner thread, restarting! 2023/08/18 (01:27:25) | ERROR: Stall in Runner thread, restarting!
2023/08/29 (20:08:43) | ===> btop++ v.1.2.13
2023/08/29 (20:08:43) | INFO: Logger set to INFO
2023/08/29 (20:08:43) | INFO: Logger set to DEBUG
2023/08/29 (20:08:46) | INFO: Logger set to INFO
2023/08/29 (20:08:47) | INFO: Logger set to DEBUG

Binary file not shown.

View File

@ -1,2 +1,2 @@
LastUsed=1693238502 LastUsed=1693337665
Message='Fully Updated' Message='Fully Updated'