Performance Collection: FAST Search Document Processor/Total number of initializations (DocumentProcessor)

Microsoft.FASTSearch.MP.Rule.PerfCtr.DocumentProcessor.StartServantTotal (Rule)

Number of times the document processor server has been initialized

Knowledge Base article:

Summary

This rule performs collection of the performance counter FAST Search Document Processor/Total number of initializations at a default interval of 1958 seconds.

Counter description: Number of times the document processor server has been initialized

Element properties:

TargetMicrosoft.FASTSearch.MP.Entity.DocumentProcessor
CategoryPerformanceCollection
EnabledTrue
Instance NameFAST Search Document Processor
Counter NameTotal number of initializations
Frequency1958
Alert GenerateFalse
RemotableFalse

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.Performance.OptimizedDataProvider Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.FASTSearch.MP.Rule.PerfCtr.DocumentProcessor.StartServantTotal" Enabled="true" Target="Microsoft.FASTSearch.MP.Entity.DocumentProcessor" ConfirmDelivery="false" Remotable="false" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Performance!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Total number of initializations</CounterName>
<ObjectName>FAST Search Document Processor</ObjectName>
<InstanceName>$Target/Property[Type="Microsoft.FASTSearch.MP.Entity.NCtrlComponent"]/Id$</InstanceName>
<AllInstances>false</AllInstances>
<Frequency>1958</Frequency>
<Tolerance>0</Tolerance>
<ToleranceType>Percentage</ToleranceType>
<MaximumSampleSeparation>1</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>