blob: cc8e4119ae3d299a7b019e162746c4f7c563617e [file] [log] [blame]
koder aka kdanilove87ae652015-04-20 02:14:35 +03001[defaults]
2wait_for_previous
3group_reporting
4time_based
5buffered=0
6iodepth=1
7softrandommap=1
8filename={FILENAME}
9NUM_ROUNDS=7
koder aka kdanilov0c598a12015-04-21 03:01:40 +030010NUMJOBS={% 1, 5, 10, 15, 20, 30, 40, 80, 120 %}
koder aka kdanilove87ae652015-04-20 02:14:35 +030011
12size=5G
koder aka kdanilov0c598a12015-04-21 03:01:40 +030013ramp_time=30
14runtime=60
koder aka kdanilove87ae652015-04-20 02:14:35 +030015
16# ---------------------------------------------------------------------
koder aka kdanilov0c598a12015-04-21 03:01:40 +030017# check different thread count, sync mode. (latency, iops) = func(th_count)
18# ---------------------------------------------------------------------
19[ceph_test_{TEST_SUMM} * {NUM_ROUNDS}]
20blocksize=4k
21rw=randwrite
22sync=1
23numjobs={NUMJOBS}
24
25# ---------------------------------------------------------------------
26# check different thread count, sync mode. (latency, iops) = func(th_count)
27# ---------------------------------------------------------------------
28[ceph_test_{TEST_SUMM} * {NUM_ROUNDS}]
29blocksize=4k
30rw=randwrite
31direct=1
32numjobs=1
33
34# ---------------------------------------------------------------------
35# check different thread count, direct read mode. (latency, iops) = func(th_count)
36# also check iops for randread
37# ---------------------------------------------------------------------
38[ceph_test_{TEST_SUMM} * {NUM_ROUNDS}]
39blocksize=4k
40rw=randread
41direct=1
42numjobs={NUMJOBS}
43
44# ---------------------------------------------------------------------
45# this is essentially sequential read openration
46# we can't use seq read with numjobs > 1 on clouds due to caching
47# ---------------------------------------------------------------------
48[ceph_test_{TEST_SUMM} * {NUM_ROUNDS}]
49blocksize=16m
50rw=randread
51direct=1
52numjobs={NUMJOBS}
53
54# ---------------------------------------------------------------------
55# sequential write
koder aka kdanilove87ae652015-04-20 02:14:35 +030056# ---------------------------------------------------------------------
57[ceph_test_{TEST_SUMM} * {NUM_ROUNDS}]
58blocksize=1m
koder aka kdanilov0c598a12015-04-21 03:01:40 +030059rw=write
koder aka kdanilove87ae652015-04-20 02:14:35 +030060direct=1
koder aka kdanilov0c598a12015-04-21 03:01:40 +030061numjobs={NUMJOBS}