Switch btop to per-core CPU display
This commit is contained in:
parent
610aaf6d71
commit
bab1ad0f8e
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ proc_colors = True
|
|||
proc_gradient = True
|
||||
|
||||
#* If process cpu usage should be of the core it's running on or usage of the total available cpu power.
|
||||
proc_per_core = False
|
||||
proc_per_core = True
|
||||
|
||||
#* Show process memory as bytes instead of percent.
|
||||
proc_mem_bytes = True
|
||||
|
|
Loading…
Add table
Reference in a new issue