X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=examples%2Faio-read;h=173a4e1f05f0589db6b9404e0aa92a1414719ee1;hp=ed8cb2c4caa18d452cc04b25288c3d05e5434d65;hb=d8cc4733da33d408e72897a5eb8cbb199a636cc7;hpb=0d98aadc08078b16506ea5b3ceb9a93d36bbe038 diff --git a/examples/aio-read b/examples/aio-read index ed8cb2c4..173a4e1f 100644 --- a/examples/aio-read +++ b/examples/aio-read @@ -1,18 +1,20 @@ ; Read 4 files with aio at different depths [global] ioengine=libaio +buffered=0 rw=randread bs=128k size=512m +directory=/data1 -[/data1/file1] +[file1] iodepth=4 -[/data1/file2] +[file2] iodepth=32 -[/data1/file3] +[file3] iodepth=8 -[/data1/file4] +[file4] iodepth=16