STT 監視器 [每秒傳入的訊息] 的效能集合規則

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

監視器 [每秒傳入的訊息] 的效能集合規則

Knowledge Base article:

摘要

此規則收集「STT 監視 [每秒傳入的訊息]」的 [每秒傳入的訊息] 比例

Element properties:

TargetMicrosoft.MSMQ.6.3.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.6.3.Rule.IncomingMessages.Collection" Enabled="true" Target="Microsoft.MSMQ.6.3.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>