Total Operations Completion Throughput

Microsoft.Dynamics.CRM.Total_Operations_Completion_Throughput (Rule)

Knowledge Base article:

Summary

The throughput rate of completed asynchronous operations for all organizations in the deployment.

Element properties:

TargetMicrosoft.Dynamics.CRM.AsyncService_Servers
CategoryPerformanceCollection
EnabledTrue
Instance NameCRM Async Service
Counter NameTotal Operations Completion Throughput
Frequency300
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.Performance.OptimizedDataProvider Default
CollectPerfData WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
CollectPerfDataWarehouse WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.Dynamics.CRM.Total_Operations_Completion_Throughput" Enabled="true" Target="Microsoft.Dynamics.CRM.AsyncService_Servers" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Performance!System.Performance.OptimizedDataProvider">
<ComputerName>.</ComputerName>
<CounterName>Total Operations Completion Throughput</CounterName>
<ObjectName>CRM Async Service</ObjectName>
<InstanceName/>
<AllInstances>true</AllInstances>
<Frequency>300</Frequency>
<Tolerance>0</Tolerance>
<ToleranceType>Absolute</ToleranceType>
<MaximumSampleSeparation>1</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="CollectPerfData" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="CollectPerfDataWarehouse" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>