export MMTESTS="filelockperf-flock filelockperf-posix filelockperf-lease"

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

# filelockperf
export FILELOCKPERF_ITERATIONS=10
export FILELOCKPERF_MIN_THREADS=2
export FILELOCKPERF_MAX_THREADS=$((NUMCPUS*8))
export FILELOCKPERF_LOCKITERS=1024 # number of times each thread does a lock/unlock pair.
 # single: single file for all tasks
 # multi: each task deals with its own file
export FILELOCKPERF_LOCKTYPES="single,multi"
