Merge branch 'nfs' of https://github.com/panxiao2014/fio
[fio.git] / t / jobs / t0012.fio
index 985eb16bf0a99075364b145faeaee5bd02ef1182..e01d2b01b610caf00e806f5d3074479a240ccdd3 100644 (file)
@@ -1,20 +1,26 @@
-# Expected results: no parse warnings, runs and with roughly 1/8 iops between
-#                      the two jobs.
-# Buggy result: parse warning on flow value overflow, no 1/8 division between
-#                      jobs.
+# Expected results: no parse warnings, runs and with roughly 1:5:10 iops
+#                      between the three jobs.
+# Buggy result: parse warning on flow value overflow, no 1:5:10 division
+#                      between jobs.
 #
 
 [global]
 bs=4k
 ioengine=null
 size=100g
-runtime=3
+runtime=12
 flow_id=1
-gtod_cpu=1
+flow_sleep=100
+thread
+log_avg_msec=1000
+write_iops_log=t0012.fio
+time_based
 
 [flow1]
-flow=-8
-rate_iops=1000
+flow=1
 
 [flow2]
-flow=1
+flow=5
+
+[flow3]
+flow=10