]> granicus.if.org Git - sysstat/commit
sar: Add discard I/O metrics to "sar -b" output
authorSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 9 Dec 2018 08:52:57 +0000 (09:52 +0100)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 9 Dec 2018 08:52:57 +0000 (09:52 +0100)
commit93ed25697b5a59574bb6e8b91f39e89d197c03d2
tree9e412fecd6c7289ce229c4bf5b1b19580bf6021c
parent6886152fb3af82376318c35eda416c3ce611121d
sar: Add discard I/O metrics to "sar -b" output

"sar -b" statistics are calculated as the sum of individual
statistics for each whole device in the system. Since discard I/Os are
now separated from writes in the kernel, take them into account when
calculating "sar -b" statistics.
New fields are added to "sar -b" output: dtps and bdscd/s.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
activity.c
pr_stats.c
rd_stats.c
rd_stats.h