Heray-Was-Here
Server : Apache
System : Linux vps103298.mylogin.co 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64
User : calvet ( 273824)
PHP Version : 7.4.33
Disable Function : NONE
Directory :  /usr/share/doc/fio/examples/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/share/doc/fio/examples/ftruncate.fio
# Example ftruncate engine jobs

[global]
ioengine=ftruncate
directory=/scratch
size=102404k ; 100Mb+4k
stonewall
filename=truncate
runtime=10s
time_based
direct=1
#
# bs option is stub here. Truncation is performed on the current block offset.
# blocksize value is ignored
bs=4k

# truncate the file to 4Kbytes then repeatedly grow the file back to just over
# its original size using subsequent truncates
[grow-truncate]
rw=write

# Repeatedly change a file to a random size between 0Kbytes and 100Mb
# using truncates
[rand-truncate]
rw=randwrite
norandommap


Hry