PSTN Conferencing Attendant Synthetic Transaction collection rule

Microsoft.LS.2010.Monitoring.Rule.SyntheticTransaction.CAA (Rule)

Knowledge Base article:

Summary

This rule collects performance counter Latency (in milliseconds) for the synthetic transaction execution. This performance counter is useful for troubleshooting performance related issues in the deployment. Please look at Synthetic Transactions Performance view for details

Element properties:

TargetMicrosoft.LS.2010.ClusterWatcher.UserServices
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.LS.2010.DataSource.SyntheticTransaction.Perf Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.LS.2010.Monitoring.Rule.SyntheticTransaction.CAA" Enabled="true" Target="Microsoft.LS.2010.ClusterWatcher.UserServices" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.LS.2010.DataSource.SyntheticTransaction.Perf">
<ClusterFqdn>$Target/Property[Type="Microsoft.LS.2010.ClusterWatcher"]/ClusterFqdn$</ClusterFqdn>
<PSCmdlet>Test-CSDialInConferencing</PSCmdlet>
<IntervalSeconds>300</IntervalSeconds>
<SyncTime>00:03</SyncTime>
<TimeoutSeconds>240</TimeoutSeconds>
<ObjectName>LS CAA Performance</ObjectName>
<CounterName>"LS CAA Performance Latency (msec)"</CounterName>
<InstanceName>$Target/Property[Type="Microsoft.LS.2010.ClusterWatcher"]/ClusterFqdn$</InstanceName>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>