Improved htop config
This commit is contained in:
parent
53fc6be8e9
commit
f92e60d659
@ -2,14 +2,14 @@
|
|||||||
# The parser is also very primitive, and not human-friendly.
|
# The parser is also very primitive, and not human-friendly.
|
||||||
htop_version=3.2.2
|
htop_version=3.2.2
|
||||||
config_reader_min_version=3
|
config_reader_min_version=3
|
||||||
fields=0 48 46 47 49 1
|
fields=49 46 47 48 1
|
||||||
hide_kernel_threads=1
|
hide_kernel_threads=1
|
||||||
hide_userland_threads=0
|
hide_userland_threads=1
|
||||||
hide_running_in_container=0
|
hide_running_in_container=0
|
||||||
shadow_other_users=0
|
shadow_other_users=0
|
||||||
show_thread_names=0
|
show_thread_names=0
|
||||||
show_program_path=0
|
show_program_path=0
|
||||||
highlight_base_name=0
|
highlight_base_name=1
|
||||||
highlight_deleted_exe=1
|
highlight_deleted_exe=1
|
||||||
shadow_distribution_path_prefix=0
|
shadow_distribution_path_prefix=0
|
||||||
highlight_megabytes=1
|
highlight_megabytes=1
|
||||||
@ -39,14 +39,14 @@ column_meter_modes_0=1 1 1
|
|||||||
column_meters_1=RightCPUs2 Tasks LoadAverage Uptime
|
column_meters_1=RightCPUs2 Tasks LoadAverage Uptime
|
||||||
column_meter_modes_1=1 2 2 2
|
column_meter_modes_1=1 2 2 2
|
||||||
tree_view=0
|
tree_view=0
|
||||||
sort_key=46
|
sort_key=49
|
||||||
tree_sort_key=0
|
tree_sort_key=0
|
||||||
sort_direction=-1
|
sort_direction=-1
|
||||||
tree_sort_direction=1
|
tree_sort_direction=1
|
||||||
tree_view_always_by_pid=0
|
tree_view_always_by_pid=0
|
||||||
all_branches_collapsed=0
|
all_branches_collapsed=0
|
||||||
screen:Main=PID USER PERCENT_CPU PERCENT_MEM TIME Command
|
screen:Main=TIME PERCENT_CPU PERCENT_MEM USER Command
|
||||||
.sort_key=PERCENT_CPU
|
.sort_key=TIME
|
||||||
.tree_sort_key=PID
|
.tree_sort_key=PID
|
||||||
.tree_view=0
|
.tree_view=0
|
||||||
.tree_view_always_by_pid=0
|
.tree_view_always_by_pid=0
|
||||||
|
Loading…
Reference in New Issue
Block a user