1 # Example usage of flows. The below will have roughly a 1:8 difference 2 # between job2 and job1. 3 [global] 4 norandommap 5 thread 6 time_based 7 runtime=30 8 direct=1 9 ioengine=libaio 10 iodepth=256 11 size=100g 12 bs=8k 13 filename=/tmp/testfile 14 flow_watermark=100 15 flow_sleep=1000 16 17 [job2] 18 numjobs=1 19 rw=write 20 flow=-8 21 22 [job1] 23 numjobs=1 24 rw=randread 25 flow=1 26