Manageability Test Performance Collection Rule

Microsoft.SystemCenter.MicrosoftAzure.Test.Performance.CollectData (Rule)

Microsoft enterprise management manageability test performance collection rule

Knowledge Base article:

Summary

Manageability test performance collection rule

Element properties:

TargetMicrosoft.SystemCenter.MicrosoftAzure.Test
CategoryPerformanceCollection
EnabledFalse
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.MicrosoftAzure.Test.SyntheticTransaction.DS Default
Mapper ConditionDetection Microsoft.SystemCenter.MicrosoftAzure.Test.PerformanceMapper.CD Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.SystemCenter.MicrosoftAzure.Test.Performance.CollectData" Enabled="false" Target="Microsoft.SystemCenter.MicrosoftAzure.Test" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.MicrosoftAzure.Test.SyntheticTransaction.DS">
<FunctionName>$Target/Property[Type='Microsoft.SystemCenter.MicrosoftAzure.Test']/FunctionName$</FunctionName>
<FunctionScript>$Target/Property[Type='Microsoft.SystemCenter.MicrosoftAzure.Test']/Command$</FunctionScript>
<IntervalSeconds>$Target/Property[Type='Microsoft.SystemCenter.MicrosoftAzure.Test']/IntervalSeconds$</IntervalSeconds>
<SyncTime/>
<TimeoutSeconds>$Target/Property[Type='Microsoft.SystemCenter.MicrosoftAzure.Test']/IntervalSeconds$</TimeoutSeconds>
</DataSource>
</DataSources>
<ConditionDetection ID="Mapper" TypeID="Microsoft.SystemCenter.MicrosoftAzure.Test.PerformanceMapper.CD"/>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>