Add sample job file for fixed submission rate
[fio.git] / examples / fixed-rate-submission.fio
1 [fixed-rate-submit]
2 size=128m
3 rw=read
4 ioengine=libaio
5 iodepth=32
6 direct=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.
9 io_submit_mode=offload
10 rate_iops=1000