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:37:39 -0800 |
commit | ad4afe4b0b992f181a4afb7fee7a4f63eec03aaa (patch) | |
tree | 6835520fe76a61cf3bf087d7a9878a555e52c37f /home/xyz/.config | |
parent | 52a6a8faa0d0612af47894fde14a58e9ae3d3ff1 (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')
-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 |