]> git.proxmox.com Git - ceph.git/blame - ceph/src/test/crimson/cbt/radosbench_4K_write.yaml
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / test / crimson / cbt / radosbench_4K_write.yaml
CommitLineData
9f95a23c
TL
1meta:
2- desc: |
3 Run radosbench benchmark using cbt.
4 4K write workload.
5
6tasks:
7- cbt:
8 benchmarks:
9 radosbench:
10 concurrent_ops: 16
11 concurrent_procs: 2
12 op_size: [4096]
13 pool_profile: 'replicated'
14 write_time: 3
15 write_only: true
16 acceptable:
17 bandwidth: '(or (greater) (near 0.05))'
18 iops_avg: '(or (greater) (near 0.05))'
f67539c2 19 iops_stddev: '(or (less) (near 2.00))'
9f95a23c 20 latency_avg: '(or (less) (near 0.05))'
f67539c2 21 cpu_cycles_per_op: '(or (less) (near 0.05))'
9f95a23c
TL
22 monitoring_profiles:
23 perf:
24 nodes:
25 - osds
26 args: 'stat -p {pid} -o {perf_dir}/perf_stat.{pid}'
27 cluster:
28 osds_per_node: 3
29 iterations: 1
30 pool_profiles:
31 replicated:
32 pg_size: 128
33 pgp_size: 128
34 replication: 'replicated'