blob: e4f5b60d1c1701520c15992f6bdf134030c52957 [file] [log] [blame]
koder aka kdanilov88407ff2015-05-26 15:35:57 +03001[global]
kdanylov aka koder8f8e3ba2018-06-29 13:18:56 +03002include defaults_qd.cfg
koder aka kdanilov170936a2015-06-27 22:51:17 +03003ramp_time=30
kdanylov aka koder8f8e3ba2018-06-29 13:18:56 +03004runtime=180
koder aka kdanilov88407ff2015-05-26 15:35:57 +03005direct=1
kdanylov aka koder8f8e3ba2018-06-29 13:18:56 +03006sync=0
7QD={% 1, 5, 10, 15, 25, 40 %}
koder aka kdanilov88407ff2015-05-26 15:35:57 +03008
9# ---------------------------------------------------------------------
10# check different thread count, sync mode. (latency, iops) = func(th_count)
11# ---------------------------------------------------------------------
12[cinder_iscsi_{TEST_SUMM}]
13blocksize=4k
14rw=randwrite
kdanylov aka koder8f8e3ba2018-06-29 13:18:56 +030015iodepth={QD}
koder aka kdanilov88407ff2015-05-26 15:35:57 +030016
17# ---------------------------------------------------------------------
18# check different thread count, direct read mode. (latency, iops) = func(th_count)
19# also check iops for randread
20# ---------------------------------------------------------------------
21[cinder_iscsi_{TEST_SUMM}]
22blocksize=4k
23rw=randread
kdanylov aka koder8f8e3ba2018-06-29 13:18:56 +030024iodepth={QD}
koder aka kdanilov88407ff2015-05-26 15:35:57 +030025
26# ---------------------------------------------------------------------
koder aka kdanilov170936a2015-06-27 22:51:17 +030027# Read always sync, with large request latency linear write
28# ......
koder aka kdanilov88407ff2015-05-26 15:35:57 +030029# ---------------------------------------------------------------------
30[cinder_iscsi_{TEST_SUMM}]
kdanylov aka koder8f8e3ba2018-06-29 13:18:56 +030031blocksize=8m
32rw=read
33iodepth=1
koder aka kdanilov88407ff2015-05-26 15:35:57 +030034
35# ---------------------------------------------------------------------
36# No reason for th count > 1 in case of sequantial operations
37# ot they became random
38# ---------------------------------------------------------------------
39[cinder_iscsi_{TEST_SUMM}]
koder aka kdanilov170936a2015-06-27 22:51:17 +030040blocksize=8m
41rw=write
kdanylov aka koder8f8e3ba2018-06-29 13:18:56 +030042iodepth=1