koder aka kdanilov | 88407ff | 2015-05-26 15:35:57 +0300 | [diff] [blame] | 1 | [global] |
| 2 | include defaults.cfg |
| 3 | |
| 4 | # NUMJOBS={% 1, 5, 10, 15, 20, 30, 40, 80 %} |
| 5 | |
| 6 | NUMJOBS={% 1, 3, 5, 10, 20, 40 %} |
| 7 | |
| 8 | direct=1 |
| 9 | ramp_time=5 |
| 10 | runtime=30 |
| 11 | |
| 12 | # --------------------------------------------------------------------- |
| 13 | # check different thread count, sync mode. (latency, iops) = func(th_count) |
| 14 | # --------------------------------------------------------------------- |
| 15 | [cinder_iscsi_{TEST_SUMM}] |
| 16 | blocksize=4k |
| 17 | rw=randwrite |
| 18 | sync=1 |
| 19 | numjobs={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}] |
| 26 | blocksize=4k |
| 27 | rw=randread |
| 28 | numjobs={NUMJOBS} |
| 29 | |
| 30 | # --------------------------------------------------------------------- |
| 31 | # check IOPS randwrite. |
| 32 | # --------------------------------------------------------------------- |
| 33 | [cinder_iscsi_{TEST_SUMM}] |
| 34 | blocksize=64k |
| 35 | rw=randwrite |
| 36 | ramp_time=180 |
| 37 | runtime=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}] |
| 44 | blocksize=1m |
| 45 | rw={% read,write %} |
| 46 | offset={UNIQ_OFFSET} |
| 47 | ramp_time=90 |
| 48 | runtime=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 | # |