### The bonnie IO benchmark generates a number of basic IO patterns simulating
### the operations of a busy file server. The dataset size of 2*RAM with 1024
### files and the IO is synchronous.

# MM Test Parameters
export MMTESTS="bonnie"

# 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/sda6
#export TESTDISK_FILESYSTEM=xfs
#export TESTDISK_MKFS_PARAM="-f -d agcount=8"
#export TESTDISK_MOUNT_ARGS=inode64,delaylog,logbsize=262144,nobarrier

# List of monitors
export RUN_MONITOR=yes
export MONITORS_ALWAYS=
export MONITORS_PLAIN=
export MONITORS_GZIP="proc-vmstat top"
export MONITORS_WITH_LATENCY="vmstat iostat"
export MONITOR_UPDATE_FREQUENCY=10

# bonnie
export MMTEST_ITERATIONS=3
export BONNIE_DATASET_SIZE=$((MEMTOTAL_BYTES*2))
export BONNIE_FSYNC=yes
