diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-03-10 03:26:58 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-03-10 03:26:58 -0700 |
commit | eea9916ec2e47d49f03135bf7c514fc890918fc2 (patch) | |
tree | 7e7867407ee61c9762c38fc8a7f680f8c2bb0d95 /home/xyz | |
parent | 0f10020c00b233373aac3c92e65f24d7f61d594c (diff) |
htop put network io below disk io for easier compare
Diffstat (limited to 'home/xyz')
-rw-r--r-- | home/xyz/.config/htop/htoprc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/xyz/.config/htop/htoprc b/home/xyz/.config/htop/htoprc index d15fcf83..444e8ad4 100644 --- a/home/xyz/.config/htop/htoprc +++ b/home/xyz/.config/htop/htoprc @@ -34,9 +34,9 @@ enable_mouse=1 delay=15 hide_function_bar=0 header_layout=two_50_50 -column_meters_0=CPU NetworkIO Uptime Systemd Memory LeftCPUs +column_meters_0=CPU Uptime LoadAverage Systemd Memory LeftCPUs column_meter_modes_0=2 2 2 2 1 1 -column_meters_1=Blank DiskIO LoadAverage Tasks Swap RightCPUs +column_meters_1=Blank DiskIO NetworkIO Tasks Swap RightCPUs column_meter_modes_1=2 2 2 2 1 1 tree_view=0 sort_key=46 |