1 # Example Job File that randomly writes 8k worth of data atomically for 2 # 60 seconds. 3 [rw_aw_file_sync] 4 rw=randwrite 5 ioengine=fusion-aw-sync 6 blocksize=8k 7 blockalign=8k 8 9 # if file system supports atomic write 10 filename=/mnt/fs/file 11 # or test on a direct block device instead 12 #filename=/dev/fioa 13 randrepeat=1 14 fallocate=none 15 direct=1 16 invalidate=0 17 runtime=60 18 time_based 19