]> granicus.if.org Git - sysstat/commit
iostat: Express requests average size in kB, not sectors
authorSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 4 Jun 2017 13:36:55 +0000 (15:36 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 4 Jun 2017 13:36:55 +0000 (15:36 +0200)
commit772677945cbc9455d1c6edf7e04508c02be5fe7c
tree98fb64cf53971754ce2b499a062a3bbc33c34e64
parent11b18d0870b9e0a3238f76a508ef648802513ce7
iostat: Express requests average size in kB, not sectors

Since field "avgrq-sz" was renamed to "areq-sz", also change its unit:
This is now a number of kilobytes, and not sectors.
JSON output keeps both fields for backward compatibility: "avgrq-sz"
expressed in sectors, and "areq-sz" expressed in kilobytes.

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