]> granicus.if.org Git - sysstat/commitdiff
iostat: Update manual page
authorSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 4 Jun 2017 13:50:28 +0000 (15:50 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 4 Jun 2017 13:50:28 +0000 (15:50 +0200)
Explain new metrics that have been added.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
man/iostat.in

index 504e23e7b41291e8e8b5e3d83e0080c1004dda2e..975dcd961c0d3c75c6504688a252cfe951c6c5e0 100644 (file)
@@ -190,16 +190,6 @@ The total number of blocks (kilobytes, megabytes) read.
 .RS
 The total number of blocks (kilobytes, megabytes) written.
 
-.RE
-.B rrqm/s
-.RS
-The number of read requests merged per second that were queued to the device.
-
-.RE
-.B wrqm/s
-.RS
-The number of write requests merged per second that were queued to the device.
-
 .RE
 .B r/s
 .RS
@@ -210,6 +200,12 @@ The number (after merges) of read requests completed per second for the device.
 .RS
 The number (after merges) of write requests completed per second for the device.
 
+.RE
+.B sec/s (kB/s, MB/s)
+.RS
+The number of sectors (kilobytes, megabytes) read from or written to the device
+per second.
+
 .RE
 .B rsec/s (rkB/s, rMB/s)
 .RS
@@ -221,14 +217,49 @@ The number of sectors (kilobytes, megabytes) read from the device per second.
 The number of sectors (kilobytes, megabytes) written to the device per second.
 
 .RE
-.B avgrq-sz
+.B rqm/s
 .RS
-The average size (in sectors) of the requests that were issued to the device.
+The number of I/O requests merged per second that were queued to the device.
 
 .RE
-.B avgqu-sz
+.B rrqm/s
 .RS
-The average queue length of the requests that were issued to the device.
+The number of read requests merged per second that were queued to the device.
+
+.RE
+.B wrqm/s
+.RS
+The number of write requests merged per second that were queued to the device.
+
+.RE
+.B %rrqm
+.RS
+The percentage of read requests merged together before being sent to the device.
+
+.RE
+.B %wrqm
+.RS
+The percentage of write requests merged together before being sent to the device.
+
+.RE
+.B areq-sz
+.RS
+The average size (in kilobytes) of the I/O requests that were issued to the device.
+.br
+Note: In previous versions, this field was known as avgrq-sz and was expressed in
+sectors.
+
+.RE
+.B rareq-sz
+.RS
+The average size (in kilobytes) of the read requests that were issued to the
+device.
+
+.RE
+.B wareq-sz
+.RS
+The average size (in kilobytes) of the write requests that were issued to the
+device.
 
 .RE
 .B await
@@ -251,6 +282,13 @@ The average time (in milliseconds) for write requests issued to the device
 to be served. This includes the time spent by the requests in queue and
 the time spent servicing them.
 
+.RE
+.B aqu-sz
+.RS
+The average queue length of the requests that were issued to the device.
+.br
+Note: In previous versions, this field was known as avgqu-sz.
+
 .RE
 .B svctm
 .RS