diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-03-10 00:27:41 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-03-10 00:27:41 -0800 |
commit | 0f10020c00b233373aac3c92e65f24d7f61d594c (patch) | |
tree | 9098b403b5f17cc9ed18fabb9d53bdc8291c4b57 /home/xyz/.config/htop | |
parent | 8c2932da828e8be61d8d68a74799721c420f0f46 (diff) |
htop put disk io under iowait
disck io and iowait are closely related and I would like to view them
closer to each other
Diffstat (limited to 'home/xyz/.config/htop')
-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 27f471c7..d15fcf83 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 DiskIO Uptime Systemd Memory LeftCPUs +column_meters_0=CPU NetworkIO Uptime Systemd Memory LeftCPUs column_meter_modes_0=2 2 2 2 1 1 -column_meters_1=Blank NetworkIO LoadAverage Tasks Swap RightCPUs +column_meters_1=Blank DiskIO LoadAverage Tasks Swap RightCPUs column_meter_modes_1=2 2 2 2 1 1 tree_view=0 sort_key=46 |