/usr/share/doc/fio/examples/fsx is in fio 1.59-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | ; This job file works pretty works similarly to running fsx-linux
; with -r 4096 -w 4096 -Z -N 500000
[file]
ioengine=libaio
iodepth=1
rw=randrw
size=256k
bs=4k
norandommap
direct=1
loops=500000
rwmixcycle=40
|