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