Move fio to seperate repo
[fio.git] / examples / aio-read
... / ...
CommitLineData
1; Read 4 files with aio at different depths
2[global]
3ioengine=libaio
4rw=randread
5bs=128k
6
7[/data1/file1]
8iodepth=4
9
10[/data1/file2]
11iodepth=32
12
13[/data1/file3]
14iodepth=8
15
16[/data1/file4]
17iodepth=16