Performance Collection: Process/\% Processor Time (SPRel)

Microsoft.FASTSearch.MP.Rule.PerfCtr.SPRel.CPUTimePercent (Rule)

\% Processor Time (per CPU core) for the process

Knowledge Base article:

Summary

This rule performs collection of the performance counter Process/% Processor Time at a default interval of 2443 seconds.

Counter description: % Processor Time (per CPU core) for the process

Element properties:

TargetMicrosoft.FASTSearch.MP.Entity.SPRel
CategoryPerformanceCollection
EnabledTrue
Instance NameProcess
Counter Name\% Processor Time
Frequency2443
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.SPRel.CPUTimePercent" Enabled="true" Target="Microsoft.FASTSearch.MP.Entity.SPRel" 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>% Processor Time</CounterName>
<ObjectName>Process</ObjectName>
<InstanceName>sprel*</InstanceName>
<AllInstances>false</AllInstances>
<Frequency>2443</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>