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

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