summaryrefslogtreecommitdiff
path: root/benches/dio-randwrite
blob: 27c55bb85e95817ad35858f811b2a551413ccc02 (plain)
1
2
3
4
5
6
7
8
9
10
11
fio --group_reporting
    --runtime=60
    --size=16G
    --name=dio-randwrite
    --ioengine=libaio
    --direct=1
    --iodepth=64
    --rw=randwrite
    --blocksize=4k
    --cpus_allowed=0
    --overwrite=1