[PATCH] Misc minor fixes
[fio.git] / examples / aio-read
1 ; Read 4 files with aio at different depths
2 [global]
3 ioengine=libaio
4 rw=randread
5 bs=128k
6 size=512m
7
8 [/data1/file1]
9 iodepth=4
10
11 [/data1/file2]
12 iodepth=32
13
14 [/data1/file3]
15 iodepth=8
16
17 [/data1/file4]
18 iodepth=16