summaryrefslogtreecommitdiffstats
path: root/qa/suites/perf-basic/workloads/radosbench_4K_write.yaml
blob: d0a825bf5be1999374ad906dfd1e65ccc18923ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
meta:
- desc: |
   Run radosbench benchmark using cbt.
   4K write workload.

tasks:
- cbt:
    benchmarks:
      radosbench:
        concurrent_ops: 4
        concurrent_procs: 2
        op_size: [4096]
        pool_monitoring_list:
        - collectl
        pool_profile: 'replicated'
        run_monitoring_list:
        - collectl
        time: 300
        write_only: true
    cluster:
      user: 'ubuntu'
      osds_per_node: 3
      iterations: 1
      pool_profiles:
        replicated:
          pg_size: 256
          pgp_size: 256
          replication: 'replicated'