BizTalk: Host Instance State Message References

Microsoft.BizTalk.Server.2006.Perf.HostInstanceStateMessageReferences (Rule)

This is the performance counter for Host Instance State Message References

Knowledge Base article:

Summary

Tracks the number of message references in the instance state queue for this particular host.

External

http://technet.microsoft.com/en-us/library/aa560410.aspx

Element properties:

TargetMicrosoft.BizTalk.2006.BizTalkServer.ServerRole
CategoryPerformanceCollection
EnabledTrue
Instance NameBizTalk:Message Box:Host Counters
Counter NameHost Queue - Instance State Msg Refs - Length
Frequency300
Alert GenerateFalse
RemotableTrue

Member Modules:

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

Source Code:

<Rule ID="Microsoft.BizTalk.Server.2006.Perf.HostInstanceStateMessageReferences" Enabled="true" Target="BZLib!Microsoft.BizTalk.2006.BizTalkServer.ServerRole" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="PerfDataSource" TypeID="Perf!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Property[Type="BZLib!Microsoft.BizTalk.2006.BizTalkServer.ServerRole"]/ComputerName$</ComputerName>
<CounterName>Host Queue - Instance State Msg Refs - Length</CounterName>
<ObjectName>BizTalk:Message Box:Host Counters</ObjectName>
<InstanceName/>
<AllInstances>true</AllInstances>
<Frequency>300</Frequency>
<Tolerance>3</Tolerance>
<MaximumSampleSeparation>20</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="CollectPerfData" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="CollectPerfDataWarehouse" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>