Performance Collection: Process/Private Bytes (ConfigServer)

Microsoft.FASTSearch.MP.Rule.PerfCtr.ConfigServer.MemPrivBytes (Rule)

Memory usage for the process

Knowledge Base article:

Summary

This rule performs collection of the performance counter Process/Private Bytes at a default interval of 9493 seconds.

Counter description: Memory usage for the process

Element properties:

TargetMicrosoft.FASTSearch.MP.Entity.ConfigServer
CategoryPerformanceCollection
EnabledTrue
Instance NameProcess
Counter NamePrivate Bytes
Frequency9493
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.ConfigServer.MemPrivBytes" Enabled="true" Target="Microsoft.FASTSearch.MP.Entity.ConfigServer" 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>Private Bytes</CounterName>
<ObjectName>Process</ObjectName>
<InstanceName>configserver*</InstanceName>
<AllInstances>false</AllInstances>
<Frequency>9493</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>