projects
/
fio.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
server: include 32/64-bit in probe
[fio.git]
/
examples
/
aio-read
1
; Read 4 files with aio at different depths
2
[global]
3
ioengine=libaio
4
buffered=0
5
rw=randread
6
bs=128k
7
size=512m
8
directory=/data1
9
10
[file1]
11
iodepth=4
12
13
[file2]
14
iodepth=32
15
16
[file3]
17
iodepth=8
18
19
[file4]
20
iodepth=16