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