summaryrefslogtreecommitdiff
path: root/examples/fusion-aw-sync.fio
blob: f2ca313049af28c24f28991986b00fac6a85ae68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Example Job File that randomly writes 8k worth of data atomically for
# 60 seconds.
[rw_aw_file_sync]
rw=randwrite
ioengine=fusion-aw-sync
blocksize=8k
blockalign=8k

# if file system supports atomic write
filename=/mnt/fs/file
# or test on a direct block device instead
#filename=/dev/fioa
randrepeat=1
fallocate=none
direct=1
invalidate=0
runtime=60
time_based