<?xml version="1.0" encoding="utf-8" ?> 

<AvisPerfmon>
	<Settings>
		<Ssi>3</Ssi>
		<MaxSampleSize>500</MaxSampleSize>
		<RawFrequency>600</RawFrequency> <!-- rate at which samples are collected in ms -->
		<MinThreshhold>0</MinThreshhold> <!-- range of APT operation -->
		<MaxThreshhold>100</MaxThreshhold>
		<HighWatermark>89</HighWatermark> <!-- this is the level above which perfromance must be lowered -->
	</Settings>
	
	<Modules>
		<Module Name="MRS" Id="1" Levels="4" InitLevel="3"/>
	</Modules>

	<PriorityList>
		<Priority Index="1" ModuleId="1"/>
		<Priority Index="2" ModuleId="1"/>
		<Priority Index="3" ModuleId="1"/>
	</PriorityList>
	
	<Triggers>
		<Trigger Index="1" Cpu="85"/>
		<Trigger Index="2" Cpu="35"/>
	</Triggers>
</AvisPerfmon>
