blob: 5593181137e3db37ec787865d17f558de6e01502 [file] [log] [blame]
koder aka kdanilovf86d7af2015-05-06 04:01:54 +03001[defaults]
2wait_for_previous
3group_reporting
4time_based
5buffered=0
6iodepth=1
7softrandommap=1
8filename={FILENAME}
9NUM_ROUNDS=7
10
11NUMJOBS={% 1, 5, 10, 15, 40 %}
12NUMJOBS_SHORT={% 1, 2, 3, 10 %}
13
14size=30G
15ramp_time=15
16runtime=60
17
18# ---------------------------------------------------------------------
19# check different thread count, sync mode. (latency, iops) = func(th_count)
20# ---------------------------------------------------------------------
21[ceph_test_{TEST_SUMM} * {NUM_ROUNDS}]
22blocksize=4k
23rw=randwrite
24sync=1
25numjobs={NUMJOBS}
26
27# ---------------------------------------------------------------------
28# direct write
29# ---------------------------------------------------------------------
30[ceph_test_{TEST_SUMM} * {NUM_ROUNDS}]
31blocksize=4k
32rw=randwrite
33direct=1
34numjobs=1
35
36# ---------------------------------------------------------------------
37# check different thread count, direct read mode. (latency, iops) = func(th_count)
38# also check iops for randread
39# ---------------------------------------------------------------------
40[ceph_test_{TEST_SUMM} * {NUM_ROUNDS}]
41blocksize=4k
42rw=randread
43direct=1
44numjobs={NUMJOBS}
45
46# ---------------------------------------------------------------------
47# this is essentially sequential write/read operations
48# we can't use sequential with numjobs > 1 due to caching and block merging
49# ---------------------------------------------------------------------
50[ceph_test_{TEST_SUMM} * {NUM_ROUNDS}]
51blocksize=16m
52rw={% randread, randwrite %}
53direct=1
54numjobs={NUMJOBS_SHORT}
55