]> granicus.if.org Git - sysstat/commit
Apply "sar -d" changes to sadf
authorSebastien GODARD <sysstat@users.noreply.github.com>
Wed, 7 Jun 2017 09:02:22 +0000 (11:02 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Wed, 7 Jun 2017 09:02:22 +0000 (11:02 +0200)
commit683edacb0ed4f1611945a6b5f49b4e48ce2906a6
tree804964bdd79dbeedde192b109c9758d0d97df183
parent8d635e0863163ae5eb0f58fccd1fb88e5d303f19
Apply "sar -d" changes to sadf

Replace "rd_sec/s" and "wr_sec/s" fields  (expressed in sectors) with
"rkB/s" and "wkB/s" (expressed in kilobytes).
Replace "avgrq-sz" field (expressed in sectors) with "areq-sz" (expressed
in kilobytes).

Rename "avgqu-sz" field to "aqu-sz".

Original field names are still present in sadf's XML and JSON output to
keep backward compatibility.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
json_stats.c
raw_stats.c
rndr_stats.c
svg_stats.c
xml_stats.c