Allow configurable ETA intervals
authorJens Axboe <axboe@kernel.dk>
Thu, 14 Dec 2017 18:51:41 +0000 (11:51 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 14 Dec 2017 18:51:41 +0000 (11:51 -0700)
commitdb37d89074ed204c9c2bd010e72f63dcf4725715
tree6b9dfadf983036595dc82e374532e4cd9476ce7f
parent5610bcd8f4bd106a551fcba9c2f88c89ac709794
Allow configurable ETA intervals

By default, fio prints ETA output every second. For some client/server
setups, it's desirable to allow a much longer interval, to avoid
spending too much time getting and printing ETA time.

Takes a normal time input, allowing usec/msec/sec etc postfixes.

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