Async Has Too Many System Jobs Running

Microsoft.Dynamics.CRM.2011.Async_Has_Too_Many_System_Jobs_Running (Rule)

Knowledge Base article:

Summary

Async service has too many system jobs running.

Causes

The Asynchronous Process service may be overloaded and it could be affecting performance.

Resolutions

Consider stopping some jobs.

Element properties:

TargetMicrosoft.Dynamics.CRM.2011.Asynchronous_Processing_Service_Server
CategoryPerformanceCollection
EnabledTrue
Instance NameCRM Async Service
Counter NameThreads in use
Frequency300
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.Performance.OptimizedDataProvider Default
SimpleThresholdFilter ConditionDetection System.Performance.SimpleThresholdCondition Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.Dynamics.CRM.2011.Async_Has_Too_Many_System_Jobs_Running" Enabled="true" Target="Microsoft.Dynamics.CRM.2011.Asynchronous_Processing_Service_Server" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Performance!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Threads in use</CounterName>
<ObjectName>CRM Async Service</ObjectName>
<InstanceName/>
<AllInstances>true</AllInstances>
<Frequency>300</Frequency>
<Tolerance>0</Tolerance>
<ToleranceType>Absolute</ToleranceType>
<MaximumSampleSeparation>1</MaximumSampleSeparation>
</DataSource>
</DataSources>
<ConditionDetection ID="SimpleThresholdFilter" TypeID="Performance!System.Performance.SimpleThresholdCondition">
<Threshold>999</Threshold>
<Operator>Greater</Operator>
</ConditionDetection>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>