koder aka kdanilov | 652cd80 | 2015-04-13 12:21:07 +0300 | [diff] [blame] | 1 | [defaults] |
| 2 | NUM_ROUNDS=7 |
| 3 | ramp_time=5 |
| 4 | buffered=0 |
| 5 | wait_for_previous |
| 6 | filename={FILENAME} |
| 7 | iodepth=1 |
| 8 | size=10Gb |
| 9 | time_based |
| 10 | runtime=30 |
| 11 | group_reporting |
| 12 | rate={BW_LIMIT} |
| 13 | rate_iops={IOPS_LIMIT} |
| 14 | |
| 15 | # --------------------------------------------------------------------- |
| 16 | # check different thread count. (latency, bw) = func(th_count) |
| 17 | # --------------------------------------------------------------------- |
| 18 | [vm_count_{TEST_SUMM} * {NUM_ROUNDS}] |
| 19 | blocksize={% 4k, 1m %} |
| 20 | rw={% randwrite, randread %} |
| 21 | direct=1 |
| 22 | numjobs={% 1, 2, 5, 10, 15, 20, 25, 30, 35, 40 %} |
| 23 | |
| 24 | [vm_count_{TEST_SUMM} * {NUM_ROUNDS}] |
| 25 | blocksize={% 4k, 1m %} |
| 26 | rw=randwrite |
| 27 | direct=0 |
| 28 | sync=1 |
| 29 | numjobs={% 1, 2, 5, 10, 15, 20, 25, 30, 35, 40 %} |