Web Application Availability Monitoring Performance Response Time Collection

Microsoft.SystemCenter.WebApplicationTest.WebTestProbe.Performance.CollectResponseTime (Rule)

This rule collects response time for the Web Application Availability Monitoring test

Knowledge Base article:

Summary

This rule collects response time for the Web Application Availability Monitoring test. If you need to modify the data collected by this test, you should modify it by running the wizard in the authoring section of the console.

Element properties:

TargetMicrosoft.SystemCenter.WebApplicationTest.WebTest
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.WebApplicationTest.WebTestProbe.Performance.CollectData.DS Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.SystemCenter.WebApplicationTest.WebTestProbe.Performance.CollectResponseTime" Enabled="true" Target="Microsoft.SystemCenter.WebApplicationTest.WebTest" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.WebApplicationTest.WebTestProbe.Performance.CollectData.DS">
<CounterName>Response Time</CounterName>
<RuleId>$MPElement[Name="Microsoft.SystemCenter.WebApplicationTest.Performance.CollectResponseTime"]$</RuleId>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>