summaryrefslogtreecommitdiffstats
path: root/src/seastar/apps/io_tester/conf.yaml
blob: bfc8c419ba67fde592b22b2ba67ad8d60758c73a (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
- name: big_writes
  shards: all
  type: seqwrite
  shard_info:
    parallelism: 10
    reqsize: 256kB
    shares: 10
    think_time: 0

- name: latency_reads
  shards: [0]
  type: randread
  data_size: 1GB
  shard_info:
    parallelism: 1
    reqsize: 512
    shares: 100
    think_time: 1000us

- name: cpu_hog
  shards: [0]
  type: cpu
  shard_info:
    parallelim: 1
    execution_time: 90us
    think_time: 10us