From bbfea16dc78c51d44654f099292832f69784cf96 Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Sun, 9 Dec 2018 11:01:30 +0100 Subject: [PATCH] Update sar manual page Explain new discard I/O fields added to "sar -b" output. Signed-off-by: Sebastien GODARD --- man/sar.in | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/man/sar.in b/man/sar.in index a792bb7..75bf84f 100644 --- a/man/sar.in +++ b/man/sar.in @@ -256,6 +256,11 @@ Total number of read requests per second issued to physical devices. Total number of write requests per second issued to physical devices. .RE +.B dtps +.RS +Total number of discard requests per second issued to physical devices. +.RE + .B bread/s .RS Total amount of data read from the devices in blocks per second. @@ -267,6 +272,11 @@ and therefore have a size of 512 bytes. .RS Total amount of data written to devices in blocks per second. .RE + +.B bdscd/s +.RS +Total amount of data discarded for devices in blocks per second. +.RE .RE .IP -C When reading data from a file, tell -- 2.40.0