summaryrefslogtreecommitdiffstats
path: root/qa/suites/perf-basic/workloads/fio_4K_rand_write.yaml
blob: 0b1c492b8de1be44a1dc62f376eb569dd364a1a4 (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
29
meta:
- desc: |
   Run librbdfio benchmark using cbt.
   4K randwrite workload.

tasks:
- cbt:
    benchmarks:
      librbdfio:
        op_size: [4096]
        time: 300
        mode: ['randwrite']
        norandommap: True
        vol_size: 4096
        procs_per_volume: [1]
        volumes_per_client: [2]
        iodepth: [32]
        osd_ra: [4096]
        pool_profile: 'rbd'
        log_avg_msec: 100
    cluster:
      user: 'ubuntu'
      osds_per_node: 3
      iterations: 1
      pool_profiles:
        rbd:
          pg_size: 256
          pgp_size: 256
          replication: 3