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

fio --group_reporting					\
    --runtime=120					\
    --size=8G						\
    --name=dio-randrw-multithreaded			\
    --ioengine=libaio					\
    --direct=1						\
    --iodepth=10					\
    --rw=randrw						\
    --blocksize=4k					\
    --numjobs=6