HEX
Server: LiteSpeed
System: Linux ip-172-31-76-142.ec2.internal 4.14.158-129.185.amzn2.x86_64 #1 SMP Tue Dec 24 03:15:32 UTC 2019 x86_64
User: 69b4844ae61d4e92bf26ad98af552775 (1065)
PHP: 7.2.27
Disabled: exec,passthru,shell_exec,system,eval
Upload Files
File: //usr/share/doc/fio-2.14/examples/falloc.fio
[global]
ioengine=falloc
iodepth=1
direct=0
buffered=0
directory=/scratch
nrfiles=1
size=100M
filesize=100M
group_reporting


# Run falloc and punch_hole threads in parallel
# After activity file will be highly fragmented
[falloc-fuzzer]
stonewall
runtime=10
time_based=10
bssplit=4k/10:64k/50:32k/40
rw=randwrite
numjobs=1
filename=fragmented_file

[punch hole-fuzzer]
bs=4k
runtime=10
time_based=10
rw=randtrim
numjobs=2
filename=fragmented_file

## Mesure IO performance on fragmented file
[sequential aio-dio write]
stonewall
ioengine=libaio
numjobs=1
iodepth=128
buffered=0
direct=1
rw=write
bs=64k
filename=fragmented_file

[sequential buffered read]
stonewall
ioengine=sync
numjobs=1
iodepth=1
buffered=1
direct=0
rw=read
bs=64k
filename=fragmented_file