c4639f06f667300f86a1a10578627b9c34604287
[fio.git] / examples / fusion-aw-sync.ini
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 filename=/mnt/fs/file
10 randrepeat=1
11 fallocate=none
12 direct=1
13 invalidate=0
14 runtime=60
15 time_based