remove dependency on unittest2 module
[fio.git] / examples / fusion-aw-sync.fio
CommitLineData
6ef63580
SK
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
bf974737 9# if file system supports atomic write
6ef63580 10filename=/mnt/fs/file
bf974737
JA
11# or test on a direct block device instead
12#filename=/dev/fioa
6ef63580
SK
13randrepeat=1
14fallocate=none
15direct=1
16invalidate=0
17runtime=60
18time_based