doc: updated NEWS plus top(1) for IO accounting fields

Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
Jim Warner 2021-06-22 00:00:00 -05:00 committed by Craig Small
parent 27e60e86e9
commit 05a720fdba
2 changed files with 3 additions and 0 deletions

1
NEWS
View File

@ -10,6 +10,7 @@ procps-ng-NEXT
* ps: Add PSS and USS fields issue #112
* slabtop: Don't combine d and o options issue #160
* top: exploit some library smaps_rollup provisions issue #112
* top: added four new IO accounting fields issue #184
procps-ng-3.3.17
---------------

View File

@ -1039,6 +1039,8 @@ Running tasks will display a dash (`\-') in this column.
55.\fB ioR \*(Em I/O Bytes Read \fR
The number of bytes a process caused to be fetched from the storage layer.
Root privileges are required to display `io' data for other users.
.TP 4
56.\fB ioRop \*(Em I/O Read Operations \fR
The number of read I/O operations (syscalls) for a process.