projects
/
fio.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
ed8cb2c4caa18d452cc04b25288c3d05e5434d65
[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