erste Testjobs.

This commit is contained in:
2025-04-22 14:37:45 +02:00
parent e20292dfee
commit 1cf01135a7
3 changed files with 38 additions and 0 deletions

10
jobs/fio_job Normal file
View File

@@ -0,0 +1,10 @@
; -- start job file --
[global]
rw=randread
size=128m
[job1]
[job2]
; -- end job file --

10
jobs/fio_random Normal file
View File

@@ -0,0 +1,10 @@
; -- start job file --
[random-writers]
ioengine=libaio
iodepth=4
rw=randwrite
bs=32k
direct=0
size=64m
numjobs=4
; -- end job file --

18
jobs/fio_std Normal file
View File

@@ -0,0 +1,18 @@
[global]
ioengine=libaio
direct=1
time_based
runtime=1h
size=50G
numjobs=4
blocksize=4k
readwrite=randwrite
[test]
name=RandomWriteTest
ioengine=libaio
rw=randwrite
bs=4k
size=10G
numjobs=4