Add ramp_time option
authorJens Axboe <jens.axboe@oracle.com>
Wed, 10 Sep 2008 07:46:16 +0000 (09:46 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 10 Sep 2008 07:46:16 +0000 (09:46 +0200)
commit721938ae7fae0f6d470a7e32e177ea5dce480229
tree880898908e3d68839d4cb3e01d18f2b430e05286
parent9c5a3854b03356e8dfe929477bf1ea67afcb8ad3
Add ramp_time option

Sometimes it's useful to let a job settle for a little while
before taking any measurements on latency and throughput, since
the initial rate on eg a write workload may be much higher than
the longer sustained rate.

So add a ramp_time option that allows the user to specify a lead
ramp time that must have passed before fio takes any performance
numbers into account.

Suggested by "Jenkins, Lee" <Lee.Jenkins@hp.com>

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
HOWTO
fio.c
fio.h
io_u.c
options.c
time.c