WMI Performance Collection: BEStatistics.CacheMisses (BrowserEngine)

Microsoft.FASTSearch.MP.Rule.WMI.BrowserEngine.CacheMisses (Rule)

Cache misses

Knowledge Base article:

Summary

This rule performs collection of the WMI attribute BEStatistics/CacheMisses at a default interval of 1691 seconds.

Counter description: Cache misses

Element properties:

TargetMicrosoft.FASTSearch.MP.Entity.BrowserEngine
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableFalse

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.WmiPerfCounterProvider Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.FASTSearch.MP.Rule.WMI.BrowserEngine.CacheMisses" Enabled="true" Target="Microsoft.FASTSearch.MP.Entity.BrowserEngine" ConfirmDelivery="false" Remotable="false" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.WmiPerfCounterProvider">
<NameSpace>ROOT\Microsoft\FASTSearch</NameSpace>
<Query>SELECT CacheMisses FROM BEStatistics</Query>
<Frequency>1691</Frequency>
<ObjectName>BEStatistics</ObjectName>
<CounterName>CacheMisses</CounterName>
<InstanceName>000</InstanceName>
<Value>$Data/Property[@Name='CacheMisses']$</Value>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>