### NetPIPE is a protocol independent performance tool that visually represents
### the network performance under a variety of conditions. It performs simple
### ping-pong tests, bouncing messages of increasing size between two processes,
### whether across a network or within an SMP system. Message sizes are chosen
### at regular intervals, and with slight perturbations, to provide a complete
### test of the communication system. Each data point involves many ping-pong
### tests to provide an accurate timing. Latencies are calculated by dividing
### the round trip time in half for small messages ( < 64 Bytes ).

# MM Test Parameters
export MMTESTS="netpipe"

# 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/sda5
#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_GZIP="proc-vmstat"
export MONITORS_WITH_LATENCY="vmstat"
export MONITOR_UPDATE_FREQUENCY=10
