Add 'replay_time_scale' option
authorJens Axboe <axboe@kernel.dk>
Sat, 14 Apr 2018 22:23:33 +0000 (16:23 -0600)
committerJens Axboe <axboe@kernel.dk>
Sat, 14 Apr 2018 22:23:33 +0000 (16:23 -0600)
commit6dd7fa7789b67c73190b8c2006d799bee890cf23
tree3e88652c4ff3d7f65b908e9a53b1e34cd52f5565
parentf4b49c5523f14f39ecae250c64f8f93a9e3c1855
Add 'replay_time_scale' option

This allows the user to scale the replay speed of an IO trace. It
defaults to 100, meaning run at 100% the original rate. If set to
50, fio will replay at 50% the original IO rate. If set to 400,
fio will replay at 4x the original rate. And so on.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
HOWTO
blktrace.c
fio.1
options.c
server.h
thread_options.h