blob: fd67090781dd85af53bcebf13d477a66f0ad9842 [file] [log] [blame]
koder aka kdanilov88407ff2015-05-26 15:35:57 +03001[global]
2include defaults.cfg
3
koder aka kdanilovf236b9c2015-06-24 18:17:22 +03004NUMJOBS={% 1, 5, 10, 15, 25, 40 %}
koder aka kdanilov88407ff2015-05-26 15:35:57 +03005
koder aka kdanilovf236b9c2015-06-24 18:17:22 +03006ramp_time=15
7runtime=240
koder aka kdanilov88407ff2015-05-26 15:35:57 +03008direct=1
koder aka kdanilov88407ff2015-05-26 15:35:57 +03009
10# ---------------------------------------------------------------------
11# check different thread count, sync mode. (latency, iops) = func(th_count)
12# ---------------------------------------------------------------------
13[cinder_iscsi_{TEST_SUMM}]
14blocksize=4k
15rw=randwrite
16sync=1
17numjobs={NUMJOBS}
18
19# ---------------------------------------------------------------------
20# check different thread count, direct read mode. (latency, iops) = func(th_count)
21# also check iops for randread
22# ---------------------------------------------------------------------
23[cinder_iscsi_{TEST_SUMM}]
24blocksize=4k
25rw=randread
26numjobs={NUMJOBS}
27
28# ---------------------------------------------------------------------
29# check IOPS randwrite.
30# ---------------------------------------------------------------------
31[cinder_iscsi_{TEST_SUMM}]
koder aka kdanilovf236b9c2015-06-24 18:17:22 +030032blocksize=4k
koder aka kdanilov88407ff2015-05-26 15:35:57 +030033rw=randwrite
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 kdanilovf236b9c2015-06-24 18:17:22 +030040blocksize=16m
41rw={% randread,randwrite %}
42numjobs={% 1, 2, 3, 10 %}
koder aka kdanilov88407ff2015-05-26 15:35:57 +030043
44# [cinder_iscsi_{TEST_SUMM}]
koder aka kdanilovf236b9c2015-06-24 18:17:22 +030045# blocksize=1m
46# rw={% read,write %}
47# offset={UNIQ_OFFSET}
48# ramp_time=90
koder aka kdanilov88407ff2015-05-26 15:35:57 +030049# runtime=30
koder aka kdanilovf236b9c2015-06-24 18:17:22 +030050#