stat: correct json 'io_bytes' output
authorJens Axboe <axboe@kernel.dk>
Mon, 5 Jun 2017 20:05:43 +0000 (14:05 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 5 Jun 2017 20:05:43 +0000 (14:05 -0600)
commitc12d597ac36632a6f08c749df302135bbd339cb2
treeda2462bfbffb55a5d8c1097e548b753c94f3125e
parent04d978daca212d4a650d13b9f916602cdff13f75
stat: correct json 'io_bytes' output

Since the dawn of time, this has outputted kilobytes, not bytes.
Correct this oversight, and also add a 'io_kbytes' key that shows
the old output.

Fixes: 378
Signed-off-by: Jens Axboe <axboe@kernel.dk>
stat.c