Your IP : 216.73.216.74


Current Path : /proc/thread-self/root/usr/share/doc/fio/examples/
Upload File :
Current File : //proc/thread-self/root/usr/share/doc/fio/examples/aio-read.fio

; Read 4 files with aio at different depths
[global]
ioengine=libaio
buffered=0
rw=randread
bs=128k
size=512m
directory=/data1

[file1]
iodepth=4

[file2]
iodepth=32

[file3]
iodepth=8

[file4]
iodepth=16