Baseline Collection Rule for Information Store Public Folder Receive Queue Size

Microsoft.Exchange.Routing.Queue.PFReceiveQueue.BaselineCollection (Rule)

This rule collects the baseline performance metric for Information Store Public Folder Receive Queue Size

Knowledge Base article:

Summary

MSExchangeIS public receive queue size tracks the number of messages in the Exchange store receive queue.

This baseline collection is used by the Self-Tuning threshold monitors and must not be disabled unless the associate threshold monitor is disabled as well.

Element properties:

TargetMicrosoft.Exchange.Routing.Queue
CategoryPerformanceCollection
EnabledTrue
Instance NameMSExchangeIS Public
Counter NameReceive Queue Size
Frequency300
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
PrefDS DataSource System.Performance.DataProvider Default
SigCreate ConditionDetection System.Performance.SignatureCreatorWithoutCompression Default
WC WriteAction Microsoft.SystemCenter.CollectSignature Default

Source Code:

<Rule ID="Microsoft.Exchange.Routing.Queue.PFReceiveQueue.BaselineCollection" Enabled="onEssentialMonitoring" Target="Exch2003Core!Microsoft.Exchange.Routing.Queue" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="PrefDS" TypeID="SystemPerf!System.Performance.DataProvider">
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Receive Queue Size</CounterName>
<ObjectName>MSExchangeIS Public</ObjectName>
<InstanceName>_Total</InstanceName>
<AllInstances>false</AllInstances>
<Frequency>300</Frequency>
</DataSource>
</DataSources>
<ConditionDetection ID="SigCreate" TypeID="SystemPerf!System.Performance.SignatureCreatorWithoutCompression">
<SignatureID>{FA4A317A-E57A-4991-8C9C-5E09BB477736}</SignatureID>
<BusinessCycleLengthUnit>Week</BusinessCycleLengthUnit>
<BusinessCycleLengthInGivenUnit>1</BusinessCycleLengthInGivenUnit>
<EffectiveSamplingPeriodInSeconds>300</EffectiveSamplingPeriodInSeconds>
<Sensitivity>3.11</Sensitivity>
<LearningSettings>
<LearningType>Continuous</LearningType>
<Offset1>3</Offset1>
<Offset2>3</Offset2>
<Offset3>3</Offset3>
<LearningRate>2.33</LearningRate>
</LearningSettings>
<SignatureCollectionSettings>
<DBUpdatePeriodInSeconds>3600</DBUpdatePeriodInSeconds>
</SignatureCollectionSettings>
</ConditionDetection>
<WriteActions>
<WriteAction ID="WC" TypeID="SC!Microsoft.SystemCenter.CollectSignature"/>
</WriteActions>
</Rule>