export MMTESTS="rtmigration"

# List of monitors
export RUN_MONITOR=yes
export MONITORS_ALWAYS=
export MONITORS_GZIP="proc-vmstat mpstat turbostat"
export MONITORS_WITH_LATENCY="vmstat"
export MONITOR_PERF_EVENTS=cpu-migrations,context-switches
export MONITOR_UPDATE_FREQUENCY=10

# rtmigration
export RTMIGRATION_DURATION=20

# when run in container
export CONTAINER_CAP_SYS_NICE=yes
