blob: 5e793f2d19f55d474f82286b61aaa40add2b258a [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
10
11size=5G
12ramp_time=20
13runtime=20
14
15# ---------------------------------------------------------------------
16# check different thread count, direct read/write mode. (bw, iops) = func(th_count)
17# also check BW for seq read/write.
18# ---------------------------------------------------------------------
19[ceph_test_{TEST_SUMM} * {NUM_ROUNDS}]
20blocksize=1m
21rw=read
22direct=1
23offset_increment={PER_TH_OFFSET}
24numjobs={% 20, 120 %}
25
26# # ---------------------------------------------------------------------
27# # check different thread count, sync mode. (latency, iops) = func(th_count)
28# # ---------------------------------------------------------------------
29# [hdd_test_{TEST_SUMM} * {NUM_ROUNDS}]
30# blocksize=4k
31# rw=randwrite
32# sync=1
33# numjobs={% 1, 5, 10, 15, 20, 30, 40, 80, 120 %}
34#
35# # ---------------------------------------------------------------------
36# # check different thread count, direct read mode. (latency, iops) = func(th_count)
37# # also check iops for randread
38# # ---------------------------------------------------------------------
39# [hdd_test_{TEST_SUMM} * {NUM_ROUNDS}]
40# blocksize=4k
41# rw=randread
42# direct=1
43# numjobs={% 1, 5, 10, 15, 20, 30, 40, 80, 120 %}
44#
45# # ---------------------------------------------------------------------
46# # check different thread count, direct read/write mode. (bw, iops) = func(th_count)
47# # also check BW for seq read/write.
48# # ---------------------------------------------------------------------
49# [hdd_test_{TEST_SUMM} * {NUM_ROUNDS}]
50# blocksize=1m
51# rw={% read, write %}
52# direct=1
53# offset_increment=1073741824 # 1G
54# numjobs={% 1, 5, 10, 15, 20, 30, 40, 80, 120 %}
55#
56# # ---------------------------------------------------------------------
57# # check IOPS randwrite.
58# # ---------------------------------------------------------------------
59# [hdd_test_{TEST_SUMM} * {NUM_ROUNDS}]
60# blocksize=4k
61# rw=randwrite
62# direct=1