Commit cc269741 authored by Hisham Muhammad's avatar Hisham Muhammad
Browse files

Match IO field descriptions with new labels.

parent 574c3dec
...@@ -319,13 +319,13 @@ Bytes of write(2) I/O for the process. ...@@ -319,13 +319,13 @@ Bytes of write(2) I/O for the process.
.B CNCLWB (IO_CANCEL) .B CNCLWB (IO_CANCEL)
Bytes of cancelled write(2) I/O. Bytes of cancelled write(2) I/O.
.TP .TP
.B IO_READ_RATE (IORR) .B IO_READ_RATE (DISK READ)
The I/O rate of read(2) in bytes per second, for the process. The I/O rate of read(2) in bytes per second, for the process.
.TP .TP
.B IO_WRITE_RATE (IOWR) .B IO_WRITE_RATE (DISK WRITE)
The I/O rate of write(2) in bytes per second, for the process. The I/O rate of write(2) in bytes per second, for the process.
.TP .TP
.B IO_RATE (IORW) .B IO_RATE (DISK R/W)
The I/O rate, IO_READ_RATE + IO_WRITE_RATE (see above). The I/O rate, IO_READ_RATE + IO_WRITE_RATE (see above).
.TP .TP
.B CGROUP .B CGROUP
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment