blob: 0c363240559c9470b850e0c2d40aed1c53c0d7ff [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}
koder aka kdanilov652cd802015-04-13 12:21:07 +03009NUM_ROUNDS=7
koder aka kdanilov66839a92015-04-11 13:22:31 +030010
11ramp_time=5
12size=10Gb
13runtime=30
14
15# ---------------------------------------------------------------------
koder aka kdanilov652cd802015-04-13 12:21:07 +030016# check different thread count, sync mode. (latency, iops) = func(th_count)
koder aka kdanilov66839a92015-04-11 13:22:31 +030017# ---------------------------------------------------------------------
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# ---------------------------------------------------------------------
koder aka kdanilov652cd802015-04-13 12:21:07 +030025# check different thread count, direct read mode. (latency, iops) = func(th_count)
26# also check iops for randread
koder aka kdanilov66839a92015-04-11 13:22:31 +030027# ---------------------------------------------------------------------
28[hdd_test_{TEST_SUMM} * {NUM_ROUNDS}]
29blocksize={% 4k %}
30rw=randread
31direct=1
32numjobs={% 1, 5, 10, 15, 20, 30, 40, 80, 120 %}
33
34# ---------------------------------------------------------------------
koder aka kdanilov652cd802015-04-13 12:21:07 +030035# check different thread count, direct read/write mode. (bw, iops) = func(th_count)
36# also check BW for seq read/write.
37# ---------------------------------------------------------------------
38[hdd_test_{TEST_SUMM} * {NUM_ROUNDS}]
39blocksize={% 1m %}
40rw={% read, write %}
41direct=1
42numjobs={% 1, 5, 10, 15, 20, 30, 40, 80, 120 %}
43
44# ---------------------------------------------------------------------
45# check IOPS randwrite.
koder aka kdanilov66839a92015-04-11 13:22:31 +030046# ---------------------------------------------------------------------
47[hdd_test_{TEST_SUMM} * {NUM_ROUNDS}]
48blocksize=4k
koder aka kdanilov652cd802015-04-13 12:21:07 +030049rw=randwrite
koder aka kdanilov66839a92015-04-11 13:22:31 +030050direct=1
51