blob: 323850311427c423936d7704ee542949ab2f7579 [file] [log] [blame]
koder aka kdanilov66839a92015-04-11 13:22:31 +03001[defaults]
2wait_for_previous
3group_reporting
4time_based
5buffered=0
6iodepth=1
7
8filename={FILENAME}
9NUM_ROUNDS={NUM_ROUNDS}
10
11ramp_time=5
12size=10Gb
13runtime=30
14
15# ---------------------------------------------------------------------
16# check different thread count, sync mode. (latency, bw) = func(th_count)
17# ---------------------------------------------------------------------
18[hdd_test_{TEST_SUMM} * {NUM_ROUNDS}]
19blocksize={% 4k %}
20rw=randwrite
21sync=1
22numjobs={% 1, 5, 10, 15, 20, 30, 40, 80, 120 %}
23
24# ---------------------------------------------------------------------
25# check different thread count, direct read mode. (latency, bw) = func(th_count)
26# ---------------------------------------------------------------------
27[hdd_test_{TEST_SUMM} * {NUM_ROUNDS}]
28blocksize={% 4k %}
29rw=randread
30direct=1
31numjobs={% 1, 5, 10, 15, 20, 30, 40, 80, 120 %}
32
33# ---------------------------------------------------------------------
34# check IOPS read/write. (latency, bw) = func(th_count)
35# ---------------------------------------------------------------------
36[hdd_test_{TEST_SUMM} * {NUM_ROUNDS}]
37blocksize=4k
38rw={% randwrite, randread %}
39direct=1
40
41# ---------------------------------------------------------------------
42# check BW for seq read/write. (latency, bw) = func(th_count)
43# ---------------------------------------------------------------------
44[hdd_test_{TEST_SUMM} * {NUM_ROUNDS}]
45blocksize=1m
46rw={% write, read %}
47direct=1