Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
cc269741
Commit
cc269741
authored
Feb 04, 2015
by
Hisham Muhammad
Browse files
Match IO field descriptions with new labels.
parent
574c3dec
Changes
1
Hide whitespace changes
Inline
Side-by-side
htop.1.in
View file @
cc269741
...
@@ -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 (
IOR
W)
.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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment