Configuring Fio
The following uses a mixed read/write test as an example.
Procedure
- Create a dev.fio file.
cd /home vi dev.fio
- Add the following content:
[global] ioengine=libaio direct=1 numjobs=1 thread bs=4k rw=randrw rwmixwrite=30 rwmixread=70 iodepth=128 ramp_time=300 runtime=300 time_based group_reporting [job1] filename=/dev/vdb
Parent topic: Test Methods