stat: add blocksize to averaged log, if it's consistent
authorJens Axboe <axboe@fb.com>
Mon, 16 May 2016 16:53:44 +0000 (10:53 -0600)
committerJens Axboe <axboe@fb.com>
Mon, 16 May 2016 16:53:44 +0000 (10:53 -0600)
commit66b98c9fe942e8fd417525ace39d0e0b93bcb9e9
tree6cb8b04e7d15033f2719cc708233a2f2ff935142
parent5c8f0ba56837a0b848cbbbc5a8673589d099ded3
stat: add blocksize to averaged log, if it's consistent

If we average over time, fio doesn't add the blocksize used. The
reasoning behind that is that if we're using multiple block sizes,
there's no right answer. But if we are not, we can add the blocksize
that was used.

Signed-off-by: Jens Axboe <axboe@fb.com>
stat.c