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

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