summaryrefslogtreecommitdiff
path: root/benches/dio-randrw
blob: aca3c11ed48d8458504ca56ca5f9a77352e7bd45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

fio --group_reporting					\
    --runtime=120					\
    --size=16G						\
    --name=dio-randrw					\
    --ioengine=libaio					\
    --direct=1						\
    --iodepth=32					\
    --iodepth_batch_complete_min=1			\
    --iodepth_batch_complete_max=64			\
    --rw=randrw						\
    --blocksize=4k					\
    --cpus_allowed=0