You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
379 B
25 lines
379 B
#fio_suite: Testsuite mit Lesetest und 1h Langzeittest
|
|
[global]
|
|
ioengine=libaio
|
|
time_based=1
|
|
blocksize=4k
|
|
group_reporting
|
|
log_avg_msec=100
|
|
|
|
[4k_read]
|
|
rw=read
|
|
size=1G
|
|
runtime=60s
|
|
write_bw_log=4k_read
|
|
write_lat_log=4k_read
|
|
write_iops_log=4k_read
|
|
|
|
[longrun]
|
|
direct=1
|
|
runtime=1h
|
|
size=2G
|
|
numjobs=4
|
|
readwrite=randwrite
|
|
write_bw_log=longrun
|
|
write_lat_log=longrun
|
|
write_iops_log=longrun
|
|
|