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