Kill fusion atomic write engine
[fio.git] / examples / fixed-rate-submission.fio
CommitLineData
00b2e311
JA
1[fixed-rate-submit]
2size=128m
3rw=read
4ioengine=libaio
5iodepth=32
6direct=1
7# by setting the submit mode to offload, we can guarantee a fixed rate of
8# submission regardless of what the device completion rate is.
9io_submit_mode=offload
10rate_iops=1000