flow: add ability for weight-based flow control on multiple jobs
[fio.git] / t / jobs / t0012.fio
index 03fea627d4b5796a873a1c7c08972c9fb0de8b20..d7123966915a56f0723112d3e0adb6b35efacc4c 100644 (file)
@@ -1,20 +1,25 @@
-# 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=10
+runtime=12
 flow_id=1
-gtod_cpu=1
+flow_sleep=100
+thread
+log_avg_msec=1000
+write_iops_log=t0012.fio
 
 [flow1]
-flow=-8
-rate_iops=1000
+flow=1
 
 [flow2]
-flow=1
+flow=5
+
+[flow3]
+flow=10