blob: c132039f04f454f331bfa675c6ace5b80b568765 [file] [log] [blame]
koder aka kdanilov652cd802015-04-13 12:21:07 +03001[defaults]
2NUM_ROUNDS=7
3ramp_time=5
4buffered=0
5wait_for_previous
6filename={FILENAME}
7iodepth=1
koder aka kdanilovbe8f89f2015-04-28 14:51:51 +03008size=10G
koder aka kdanilov652cd802015-04-13 12:21:07 +03009time_based
10runtime=30
11group_reporting
12rate={BW_LIMIT}
13rate_iops={IOPS_LIMIT}
koder aka kdanilovbe8f89f2015-04-28 14:51:51 +030014NUMJOBS={% 1, 2, 5, 10, 15, 20, 25, 30, 35, 40 %}
koder aka kdanilov652cd802015-04-13 12:21:07 +030015
16# ---------------------------------------------------------------------
17# check different thread count. (latency, bw) = func(th_count)
18# ---------------------------------------------------------------------
19[vm_count_{TEST_SUMM} * {NUM_ROUNDS}]
20blocksize={% 4k, 1m %}
21rw={% randwrite, randread %}
22direct=1
koder aka kdanilovbe8f89f2015-04-28 14:51:51 +030023numjobs={NUMJOBS}
koder aka kdanilov652cd802015-04-13 12:21:07 +030024
25[vm_count_{TEST_SUMM} * {NUM_ROUNDS}]
26blocksize={% 4k, 1m %}
27rw=randwrite
28direct=0
29sync=1
koder aka kdanilovbe8f89f2015-04-28 14:51:51 +030030numjobs={NUMJOBS}