summaryrefslogtreecommitdiff
path: root/benches/dio-randread
blob: f935bfe1eeb03c4b5e3c00bd96503a6a285cdd46 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

fio --group_reporting					\
    --runtime=210					\
    --size=16G						\
    --name=dio-randread					\
    --ioengine=libaio					\
    --direct=1						\
    --iodepth=64					\
    --rw=randread					\
    --blocksize=4k