blob: 4d19dd91d4bab0f18acbd5fd24b274ff9ccfcbb6 [file] [log] [blame]
koder aka kdanilov88407ff2015-05-26 15:35:57 +03001[global]
2include defaults.cfg
3
4# NUMJOBS={% 1, 5, 10, 15, 20, 30, 40, 80 %}
5
6NUMJOBS={% 1, 3, 5, 10, 20, 40 %}
7
8direct=1
9ramp_time=5
10runtime=30
11
12# ---------------------------------------------------------------------
13# check different thread count, sync mode. (latency, iops) = func(th_count)
14# ---------------------------------------------------------------------
15[cinder_iscsi_{TEST_SUMM}]
16blocksize=4k
17rw=randwrite
18sync=1
19numjobs={NUMJOBS}
20
21# ---------------------------------------------------------------------
22# check different thread count, direct read mode. (latency, iops) = func(th_count)
23# also check iops for randread
24# ---------------------------------------------------------------------
25[cinder_iscsi_{TEST_SUMM}]
26blocksize=4k
27rw=randread
28numjobs={NUMJOBS}
29
30# ---------------------------------------------------------------------
31# check IOPS randwrite.
32# ---------------------------------------------------------------------
33[cinder_iscsi_{TEST_SUMM}]
34blocksize=64k
35rw=randwrite
36ramp_time=180
37runtime=120
38
39# ---------------------------------------------------------------------
40# No reason for th count > 1 in case of sequantial operations
41# ot they became random
42# ---------------------------------------------------------------------
43[cinder_iscsi_{TEST_SUMM}]
44blocksize=1m
45rw={% read,write %}
46offset={UNIQ_OFFSET}
47ramp_time=90
48runtime=30
49
50# [cinder_iscsi_{TEST_SUMM}]
51# blocksize=64m
52# rw={% randread,randwrite %}
53# direct=1
54# ramp_time=30
55# runtime=30
56#