Collect Process\\% Processor Time performance data for Microsoft Windows Internet Explorer 5.1.

Microsoft.Windows.InternetExplorer.5.1.CPUUtilization.PerformanceCollection.Rule (Rule)

Knowledge Base article:

Summary

This rule collects performance data for the Process\% Processor Time performance counter. This information is collected and is exposed one or more Views and/or Reports.

The Process\% Processor Time performance counter exposes the percentage of elapsed time that all of process threads used the processor to execution instructions. An instruction is the basic unit of execution in a computer, a thread is the object that executes instructions, and a process is the object created when a program is run. Code executed to handle some hardware interrupts and trap conditions are included in this count.

Element properties:

TargetMicrosoft.Windows.InternetExplorer.5.1
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
PerformanceDS DataSource Microsoft.InformationWorker.Performance.Collection.ModuleType Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.Windows.InternetExplorer.5.1.CPUUtilization.PerformanceCollection.Rule" Enabled="onEssentialMonitoring" Target="Microsoft.Windows.InternetExplorer.5.1" DiscardLevel="100" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="PerformanceDS" TypeID="IWCommon!Microsoft.InformationWorker.Performance.Collection.ModuleType">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>% Processor Time</CounterName>
<ObjectName>Process</ObjectName>
<InstanceName>$Target/Property[Type="IWCommon!Microsoft.Windows.InternetExplorer"]/PerfCounterName$</InstanceName>
<AllInstances>false</AllInstances>
<Frequency>900</Frequency>
<Function>Aggregate</Function>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>