### fio is a tool that will spawn a number of threads or processes
### doing a particular type of I/O action as specified by the user.
###
### This fio configuration is for a fio scaling test. It runs several
### jobs doing similar I/O with one or several I/O files.

# MM Test Parameters
export MMTESTS="fio"

# Test disk to setup (optional)
#export TESTDISK_RAID_DEVICES=
#export TESTDISK_RAID_MD_DEVICE=/dev/md0
#export TESTDISK_RAID_OFFSET=63
#export TESTDISK_RAID_SIZE=250019532
#export TESTDISK_RAID_TYPE=raid0
#export TESTDISK_PARTITION=/dev/sdb1
#export TESTDISK_FILESYSTEM=ext4
#export TESTDISK_MKFS_PARAM="-f -d agcount=8"
#export TESTDISK_MOUNT_ARGS=""

# List of monitors
export RUN_MONITOR=yes
export MONITORS_ALWAYS=
export MONITORS_PLAIN=
export MONITORS_GZIP="proc-vmstat top iotop"
export MONITORS_WITH_LATENCY="vmstat iostat"
export MONITOR_PERF_EVENTS=cpu-migrations,context-switches
export MONITOR_UPDATE_FREQUENCY=10

# fio
export FIO_TEST_TYPE=scaling
export FIO_MAX_JOBS=64
export FIO_RUNTIME=15
export FIO_SIZE=1G
export FIO_IOENGINE=libaio
