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

fio --group_reporting					\
    --runtime=120					\
    --size=16G						\
    --name=dio-randrw					\
    --ioengine=libaio					\
    --direct=1						\
    --iodepth=60					\
    --rw=randrw						\
    --blocksize=4k					\
    --cpus_allowed=0