Ops Mgr Agent in vSphere VM Performance Collection Rule - \% Processor Time (_Total)

Veeam.Virt.Extensions.VMware.InGuest.cpuUsedPct (Rule)

Knowledge Base article:

Summary

This rule collects the performance metric Process \ % Processor Time for the VM guest OS.

Metric definition:

Percentage of elapsed time that the processor spends to execute a non-idle thread of guest OS.

Disabling this rule will stop collection of the metric into Ops Mgr and it will not be visible in views and reports. However, any monitor based on the same metric will continue to function.

To see all metrics collected in this class check the Veeam MP for VMware Metric Dictionary.

External

See the Help Center for more information including reference lists of all Rules and Monitors and full set of User Guides for the Veeam MP for VMware.

See the VMware Online Documentation for more information on VMware vSphere, in particular:

Element properties:

TargetVeeam.Virt.Extensions.VMware.VMwareVirtualMachine
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Veeam.Virt.Extensions.VMware.Module.PerfPoviderWithMapper Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Veeam.Virt.Extensions.VMware.InGuest.cpuUsedPct" Enabled="onEssentialMonitoring" Target="Veeam.Virt.Extensions.VMware.VMwareVirtualMachine" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Veeam.Virt.Extensions.VMware.Module.PerfPoviderWithMapper">
<ObjectName>Processor</ObjectName>
<CounterName>% Processor Time</CounterName>
<InstanceName>_Total</InstanceName>
<OutputObjectName>VMGuest-cpu</OutputObjectName>
<OutputCounterName>% Processor Time</OutputCounterName>
<OutputInstanceName>_Total</OutputInstanceName>
<Frequency>300</Frequency>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>