blob: f2ca313049af28c24f28991986b00fac6a85ae68 [file] [log] [blame]
Santhosh Koundinya6ef63582012-09-18 23:20:21 +02001# 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
Jens Axboebf974732013-07-26 13:11:52 -06009# if file system supports atomic write
Santhosh Koundinya6ef63582012-09-18 23:20:21 +020010filename=/mnt/fs/file
Jens Axboebf974732013-07-26 13:11:52 -060011# or test on a direct block device instead
12#filename=/dev/fioa
Santhosh Koundinya6ef63582012-09-18 23:20:21 +020013randrepeat=1
14fallocate=none
15direct=1
16invalidate=0
17runtime=60
18time_based