htop: add network and io

main
Motiejus Jakštys 2024-04-26 11:44:02 +03:00
parent 96a44ef74d
commit 2a3e511ed0
1 changed files with 6 additions and 6 deletions

View File

@ -193,13 +193,13 @@ in {
htop = {
enable = true;
settings = {
column_meter_modes_0 = "1 1 2 2 2 2";
header_layout = "three_25_50_25";
column_meters_0 = "Memory Swap NetworkIO DiskIO";
column_meter_modes_0 = "1 1 2 2";
column_meters_1 = "AllCPUs4";
column_meter_modes_1 = "1";
column_meter_modes_2 = "2 2 2 2 2 2";
column_meters_0 = "Memory Swap LoadAverage Uptime NetworkIO DiskIO";
column_meters_1 = "AllCPUs2";
column_meters_2 = "PressureStallCPUSome PressureStallIOSome PressureStallIOFull Blank PressureStallMemoryFull PressureStallMemorySome";
fields = "0 48 17 18 38 39 40 2 46 47 49 1";
column_meters_2 = "PressureStallIOSome PressureStallCPUSome LoadAverage Uptime";
column_meter_modes_2 = "2 2 2 2";
hide_kernel_threads = "1";
hide_userland_threads = "1";
show_cpu_frequency = "1";