Performance Collection Rule for STT Monitor [Incoming Messages/sec]

Microsoft.MSMQ.10.0.Rule.IncomingMessages.Collection (Rule)

Performance Collection rule for Monitor 'Incoming Messages/sec'

Knowledge Base article:

Summary

This rule collects the [Incoming Messages/sec] ratio for the “STT Monitor [Incoming Messages/sec]”

Element properties:

TargetMicrosoft.MSMQ.10.0.Servers
CategoryPerformanceCollection
EnabledTrue
Instance NameMSMQ Service
Counter NameIncoming Messages/sec
Frequency900
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.Performance.DataProvider Default
WA WriteAction Microsoft.SystemCenter.CollectPerformanceData Default

Source Code:

<Rule ID="Microsoft.MSMQ.10.0.Rule.IncomingMessages.Collection" Enabled="true" Target="Microsoft.MSMQ.10.0.Servers" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="SystemPerf!System.Performance.DataProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Incoming Messages/sec</CounterName>
<ObjectName>MSMQ Service</ObjectName>
<InstanceName/>
<AllInstances>false</AllInstances>
<Frequency>900</Frequency>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
</WriteActions>
</Rule>