]> granicus.if.org Git - procps-ng/commitdiff
doc: updated NEWS plus top(1) for IO accounting fields
authorJim Warner <james.warner@comcast.net>
Tue, 22 Jun 2021 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@dropbear.xyz>
Fri, 25 Jun 2021 05:25:51 +0000 (15:25 +1000)
Signed-off-by: Jim Warner <james.warner@comcast.net>
NEWS
top/top.1

diff --git a/NEWS b/NEWS
index 80e3523ad027d55b50cd3e771528dfe1a349b21b..4a10be67052d30ed7b40d2845a954af82bf6b0f2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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
 ---------------
index f1b76106cd9abac2d80b5675527a53c83b72c475..91b42600dfc048653926d7bda800f8080b7ed740 100644 (file)
--- a/top/top.1
+++ b/top/top.1
@@ -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.