[PATCH] Fix random_map
[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 directory=/data1
8
9 [file1]
10 iodepth=4
11
12 [file2]
13 iodepth=32
14
15 [file3]
16 iodepth=8
17
18 [file4]
19 iodepth=16