We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 734e269 commit c326af3Copy full SHA for c326af3
htop.1.in
@@ -500,13 +500,13 @@ Bytes of write(2) I/O for the process.
500
.B CNCLWB (IO_CANCEL)
501
Bytes of cancelled write(2) I/O.
502
.TP
503
-.B IO_READ_RATE (DISK READ)
+.B IO_READ_RATE (DIOR)
504
The I/O rate of read(2) in bytes per second, for the process.
505
506
-.B IO_WRITE_RATE (DISK WRITE)
+.B IO_WRITE_RATE (DIOW)
507
The I/O rate of write(2) in bytes per second, for the process.
508
509
-.B IO_RATE (DISK R/W)
+.B IO_RATE (DIORW)
510
The I/O rate, IO_READ_RATE + IO_WRITE_RATE (see above).
511
512
.B CGROUP
0 commit comments