\% Processor Utilization

Microsoft.SystemCenter.VirtualMachineManager.ManagedHost.PercentProcessorTime.Collection (Rule)

Knowledge Base article:

Summary

This rule collects total processor usage on each managed virtual machine host in System Center Virtual Machine Manager (VMM). The data is used by the Host Utilization and Host Utilization Growth reports. By default, data is collected every 15 minutes.

About the reports:

External

For more information about VMM reports, see Reporting (http://go.microsoft.com/fwlink/?LinkId=98639) in Virtual Machine Manager Help.

Element properties:

TargetMicrosoft.SystemCenter.VirtualMachineManager.2007.Agent
CategoryPerformanceCollection
EnabledTrue
Instance NameProcessor
Counter Name\% Processor Time
Frequency900
Alert GenerateFalse
RemotableTrue

Member Modules:

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

Source Code:

<Rule ID="Microsoft.SystemCenter.VirtualMachineManager.ManagedHost.PercentProcessorTime.Collection" Enabled="true" Target="Microsoft.SystemCenter.VirtualMachineManager.2007.Agent">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="PerformanceDS" TypeID="SystemPerf!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>% Processor Time</CounterName>
<ObjectName>Processor</ObjectName>
<InstanceName>_Total</InstanceName>
<AllInstances>false</AllInstances>
<Frequency>900</Frequency>
<Tolerance>5</Tolerance>
<ToleranceType>Absolute</ToleranceType>
<MaximumSampleSeparation>12</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>