You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[IO_READ_RATE] = { .name="IO_READ_RATE", .title=" DISK READ ", .description="The I/O rate of read(2) in bytes per second for the process", .flags=PROCESS_FLAG_IO, .defaultSortDesc= true, },
87
-
[IO_WRITE_RATE] = { .name="IO_WRITE_RATE", .title=" DISK WRITE ", .description="The I/O rate of write(2) in bytes per second for the process", .flags=PROCESS_FLAG_IO, .defaultSortDesc= true, },
88
-
[IO_RATE] = { .name="IO_RATE", .title=" DISK R/W ", .description="Total I/O rate in bytes per second", .flags=PROCESS_FLAG_IO, .defaultSortDesc= true, },
86
+
[IO_READ_RATE] = { .name="IO_READ_RATE", .title=" DIOR ", .description="The I/O rate of read(2) in bytes per second for the process", .flags=PROCESS_FLAG_IO, .defaultSortDesc= true, },
87
+
[IO_WRITE_RATE] = { .name="IO_WRITE_RATE", .title=" DIOW ", .description="The I/O rate of write(2) in bytes per second for the process", .flags=PROCESS_FLAG_IO, .defaultSortDesc= true, },
88
+
[IO_RATE] = { .name="IO_RATE", .title=" DIORW ", .description="Total I/O rate in bytes per second", .flags=PROCESS_FLAG_IO, .defaultSortDesc= true, },
89
89
[CGROUP] = { .name="CGROUP", .title="CGROUP (raw)", .description="Which cgroup the process is in", .flags=PROCESS_FLAG_LINUX_CGROUP, .autoWidth= true, },
90
90
[CCGROUP] = { .name="CCGROUP", .title="CGROUP (compressed)", .description="Which cgroup the process is in (condensed to essentials)", .flags=PROCESS_FLAG_LINUX_CGROUP, .autoWidth= true, },
91
91
[CONTAINER] = { .name="CONTAINER", .title="CONTAINER", .description="Name of the container the process is in (guessed by heuristics)", .flags=PROCESS_FLAG_LINUX_CGROUP, .autoWidth= true, },
[IO_READ_RATE] = { .name="IO_READ_RATE", .title=" DISK READ ", .description="The I/O rate of read(2) in bytes per second for the process", .flags=PROCESS_FLAG_IO, .defaultSortDesc= true, },
75
-
[IO_WRITE_RATE] = { .name="IO_WRITE_RATE", .title=" DISK WRITE ", .description="The I/O rate of write(2) in bytes per second for the process", .flags=PROCESS_FLAG_IO, .defaultSortDesc= true, },
76
-
[IO_RATE] = { .name="IO_RATE", .title=" DISK R/W ", .description="Total I/O rate in bytes per second", .flags=PROCESS_FLAG_IO, .defaultSortDesc= true, },
74
+
[IO_READ_RATE] = { .name="IO_READ_RATE", .title=" DIOR ", .description="The I/O rate of read(2) in bytes per second for the process", .flags=PROCESS_FLAG_IO, .defaultSortDesc= true, },
75
+
[IO_WRITE_RATE] = { .name="IO_WRITE_RATE", .title=" DIOW ", .description="The I/O rate of write(2) in bytes per second for the process", .flags=PROCESS_FLAG_IO, .defaultSortDesc= true, },
76
+
[IO_RATE] = { .name="IO_RATE", .title=" DIORW ", .description="Total I/O rate in bytes per second", .flags=PROCESS_FLAG_IO, .defaultSortDesc= true, },
77
77
[CGROUP] = { .name="CGROUP", .title="CGROUP (raw) ", .description="Which cgroup the process is in", .flags=PROCESS_FLAG_LINUX_CGROUP, },
78
78
[CCGROUP] = { .name="CCGROUP", .title="CGROUP (compressed) ", .description="Which cgroup the process is in (condensed to essentials)", .flags=PROCESS_FLAG_LINUX_CGROUP, },
79
79
[CONTAINER] = { .name="CONTAINER", .title="CONTAINER ", .description="Name of the container the process is in (guessed by heuristics)", .flags=PROCESS_FLAG_LINUX_CGROUP, },
0 commit comments