koder aka kdanilov | 66839a9 | 2015-04-11 13:22:31 +0300 | [diff] [blame] | 1 | [defaults] |
| 2 | wait_for_previous |
| 3 | group_reporting |
| 4 | time_based |
| 5 | buffered=0 |
| 6 | iodepth=1 |
| 7 | |
| 8 | filename={FILENAME} |
| 9 | NUM_ROUNDS={NUM_ROUNDS} |
| 10 | |
| 11 | ramp_time=5 |
| 12 | size=10Gb |
| 13 | runtime=30 |
| 14 | |
| 15 | # --------------------------------------------------------------------- |
| 16 | # check different thread count, sync mode. (latency, bw) = func(th_count) |
| 17 | # --------------------------------------------------------------------- |
| 18 | [hdd_test_{TEST_SUMM} * {NUM_ROUNDS}] |
| 19 | blocksize={% 4k %} |
| 20 | rw=randwrite |
| 21 | sync=1 |
| 22 | numjobs={% 1, 5, 10, 15, 20, 30, 40, 80, 120 %} |
| 23 | |
| 24 | # --------------------------------------------------------------------- |
| 25 | # check different thread count, direct read mode. (latency, bw) = func(th_count) |
| 26 | # --------------------------------------------------------------------- |
| 27 | [hdd_test_{TEST_SUMM} * {NUM_ROUNDS}] |
| 28 | blocksize={% 4k %} |
| 29 | rw=randread |
| 30 | direct=1 |
| 31 | numjobs={% 1, 5, 10, 15, 20, 30, 40, 80, 120 %} |
| 32 | |
| 33 | # --------------------------------------------------------------------- |
| 34 | # check IOPS read/write. (latency, bw) = func(th_count) |
| 35 | # --------------------------------------------------------------------- |
| 36 | [hdd_test_{TEST_SUMM} * {NUM_ROUNDS}] |
| 37 | blocksize=4k |
| 38 | rw={% randwrite, randread %} |
| 39 | direct=1 |
| 40 | |
| 41 | # --------------------------------------------------------------------- |
| 42 | # check BW for seq read/write. (latency, bw) = func(th_count) |
| 43 | # --------------------------------------------------------------------- |
| 44 | [hdd_test_{TEST_SUMM} * {NUM_ROUNDS}] |
| 45 | blocksize=1m |
| 46 | rw={% write, read %} |
| 47 | direct=1 |