Add log_avg_msec option
authorJens Axboe <axboe@kernel.dk>
Thu, 1 Dec 2011 08:04:31 +0000 (09:04 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 1 Dec 2011 08:04:31 +0000 (09:04 +0100)
commitb8bc8cba9512c6dce4891fda86de675053605ca2
tree1303a7e9105615df6e10727b1d6d3b84fb213a52
parent599e72b74ed2c44fd846b95160c5037c16438994
Add log_avg_msec option

By default, fio will note an entry in the bw/iops/lat logs for every
IO that is completed. This quickly eats up a lot of disk space
for long running jobs. By setting this option to eg 1000, fio will
average the results logged over 1 second instead. This reduces the
resolution of the log, but makes it more manageable.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
HOWTO
fio.1
fio.c
fio.h
init.c
iolog.c
iolog.h
options.c
stat.c