First cut at doing sequences of atoms in one commit
[fio.git] / examples / aio-read
index 832e006058219618df990071bfdb9d769fc7ef87..173a4e1f05f0589db6b9404e0aa92a1414719ee1 100644 (file)
@@ -1,17 +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