Commit | Line | Data |
---|---|---|
ebac4655 JA |
1 | ; Read 4 files with aio at different depths |
2 | [global] | |
3 | ioengine=libaio | |
d8cc4733 | 4 | buffered=0 |
ebac4655 JA |
5 | rw=randread |
6 | bs=128k | |
0d98aadc | 7 | size=512m |
79809113 | 8 | directory=/data1 |
ebac4655 | 9 | |
79809113 | 10 | [file1] |
ebac4655 JA |
11 | iodepth=4 |
12 | ||
79809113 | 13 | [file2] |
ebac4655 JA |
14 | iodepth=32 |
15 | ||
79809113 | 16 | [file3] |
ebac4655 JA |
17 | iodepth=8 |
18 | ||
79809113 | 19 | [file4] |
ebac4655 | 20 | iodepth=16 |