PRO CPU 使用率

ProVMCPUUnitMonitor (UnitMonitor)

对虚拟机上的处理器时间百分比进行监视的阈值监视器

Knowledge Base article:

Summary

此监视器跟踪虚拟机的平均 CPU 使用率。平均处理器时间已超过 90%。

Causes

虚拟机的配置消耗了太多 CPU 资源。

Resolutions

更新虚拟机的配置以分配更多的虚拟 CPU 资源。有关配置虚拟机 CPU 要求的信息,请参阅 Virtual Machine Manager 2008 帮助。

Element properties:

TargetMicrosoft.SystemCenter.VirtualMachineManager.Pro.2008.VirtualMachine
Parent MonitorSystem.Health.PerformanceState
CategoryCustom
EnabledFalse
Instance NameProcessor
Counter Name\% Processor Time
Frequency60
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeSystem.Performance.ConsecutiveSamplesThreshold
RemotableTrue
AccessibilityPublic
Alert Message
PRO CPU 使用率
虚拟机上的 CPU 使用率已达到严重级别。此虚拟机的阈值监视器已检测到超出了处理器时间百分比的平均值。
RunAsDefault

Source Code:

<UnitMonitor ID="ProVMCPUUnitMonitor" Accessibility="Public" Enabled="false" Target="VMMProLibrary!Microsoft.SystemCenter.VirtualMachineManager.Pro.2008.VirtualMachine" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="Performance!System.Performance.ConsecutiveSamplesThreshold" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="ProVMCPUUnitMonitor_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Warning</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ProVMCPUUnitMonitor_StateSuccess" MonitorTypeStateID="ConditionFalse" HealthState="Success"/>
<OperationalState ID="ProVMCPUUnitMonitor_StateWarning" MonitorTypeStateID="ConditionTrue" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>% Processor Time</CounterName>
<ObjectName>Processor</ObjectName>
<InstanceName/>
<AllInstances>true</AllInstances>
<Frequency>60</Frequency>
<Threshold>90</Threshold>
<Direction>greater</Direction>
<NumSamples>3</NumSamples>
</Configuration>
</UnitMonitor>