mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2024-11-25 00:38:20 -05:00
Update
This commit is contained in:
parent
bf953b103c
commit
03f108e59f
@ -50,7 +50,7 @@ graph_symbol_proc = "default"
|
||||
shown_boxes = "cpu net mem proc"
|
||||
|
||||
#* 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",
|
||||
#* "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"
|
||||
|
||||
#* 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_freq = True
|
||||
@ -209,4 +209,4 @@ selected_battery = "Auto"
|
||||
|
||||
#* 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.
|
||||
log_level = "WARNING"
|
||||
log_level = "DISABLED"
|
@ -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:17) | 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.
@ -1,2 +1,2 @@
|
||||
LastUsed=1693238502
|
||||
LastUsed=1693337665
|
||||
Message='Fully Updated'
|
||||
|
Loading…
Reference in New Issue
Block a user