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