diff options
| author | Xiao Pan <gky44px1999@gmail.com> | 2024-03-10 03:26:58 -0700 | 
|---|---|---|
| committer | Xiao Pan <gky44px1999@gmail.com> | 2024-03-10 10:28:30 +0000 | 
| commit | dfbb090a699d86cb9a61c456c46270e967722e4b (patch) | |
| tree | 6c19b9eed5b3840a80c3d55d95bf3712d26775cf | |
| parent | 43cf9900ea365ff4037402d2675f33151b72ea0d (diff) | |
htop put network io below disk io for easier compare
| -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  | 
