htop add custom fields
This commit is contained in:
parent
4d0d5b5f0c
commit
dbf02682c1
1 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@ sort_key=46
|
||||||
sort_direction=-1
|
sort_direction=-1
|
||||||
tree_sort_key=0
|
tree_sort_key=0
|
||||||
tree_sort_direction=1
|
tree_sort_direction=1
|
||||||
hide_kernel_threads=1
|
hide_kernel_threads=0
|
||||||
hide_userland_threads=0
|
hide_userland_threads=0
|
||||||
shadow_other_users=0
|
shadow_other_users=0
|
||||||
show_thread_names=0
|
show_thread_names=0
|
||||||
|
@ -21,10 +21,10 @@ show_merged_command=0
|
||||||
tree_view=0
|
tree_view=0
|
||||||
tree_view_always_by_pid=1
|
tree_view_always_by_pid=1
|
||||||
header_margin=1
|
header_margin=1
|
||||||
detailed_cpu_time=0
|
detailed_cpu_time=1
|
||||||
cpu_count_from_one=0
|
cpu_count_from_one=0
|
||||||
show_cpu_usage=1
|
show_cpu_usage=1
|
||||||
show_cpu_frequency=0
|
show_cpu_frequency=1
|
||||||
show_cpu_temperature=1
|
show_cpu_temperature=1
|
||||||
degree_fahrenheit=0
|
degree_fahrenheit=0
|
||||||
update_process_names=0
|
update_process_names=0
|
||||||
|
@ -34,6 +34,6 @@ enable_mouse=1
|
||||||
delay=15
|
delay=15
|
||||||
left_meters=AllCPUs Memory Swap
|
left_meters=AllCPUs Memory Swap
|
||||||
left_meter_modes=1 1 1
|
left_meter_modes=1 1 1
|
||||||
right_meters=Tasks LoadAverage Uptime Battery NetworkIO DiskIO
|
right_meters=Tasks LoadAverage Uptime DiskIO NetworkIO Battery
|
||||||
right_meter_modes=2 2 2 2 2 2
|
right_meter_modes=2 2 2 2 2 2
|
||||||
hide_function_bar=0
|
hide_function_bar=0
|
||||||
|
|
Loading…
Add table
Reference in a new issue