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>