處理器使用率 (Aruba)

System.NetworkManagement.Aruba.Processor.HighUtilization (UnitMonitor)

監視此裝置上的處理器使用率等級

Knowledge Base article:

摘要

此監視會指出此裝置上的處理器使用率等級。 此監視有兩種可能的狀態:

設定

您可以在此監視上設定下列選項:

選項

定義

預設

間隔

裝置狀態檢查的間隔時間,以秒為單位

240 秒

重試次數

在捨棄監視間隔的樣本之前,每個間隔的嘗試次數

3

樣本數

監視變更狀態之前的連續樣本數

3

逾時

在樣本逾時並重新嘗試取樣值之前,等待裝置回應的時間,以毫秒為單位

3,500 毫秒

閾值

正在使用的整體處理器容量百分比

90

原因

當網路裝置上的處理器使用率等級大於設定的閾值時,此監視便會進入錯誤狀態。 使用率會以處理器整體容量的百分比表示。 預設值為 90%。

解決方式

請使用健全狀況總管,在監視的 [狀態變更事件] 索引標籤上查看狀態變更的詳細資料。 此資料顯示導致健全狀況狀態變更的計算效能計數器值。 請參考裝置製造商的文件,以取得有關問題和疑難排解程序的詳細資訊。

Element properties:

TargetSystem.NetworkManagement.Aruba_Performance_Processor
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeSystem.NetworkManagement.ThresholdMonitor
RemotableTrue
AccessibilityPublic
Alert Message
處理器使用率警示
{0} 的處理器使用率超過閾值。 處理器使用率為 {1}\%。
RunAsDefault

Source Code:

<UnitMonitor ID="System.NetworkManagement.Aruba.Processor.HighUtilization" Accessibility="Public" Enabled="true" Target="NetworkLibrary!System.NetworkManagement.Aruba_Performance_Processor" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="System.NetworkManagement.ThresholdMonitor" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="System.NetworkManagement.Generic.Processor.HighUtilization.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="System!System.Entity"]/DisplayName$</AlertParameter1>
<AlertParameter2>$Data/Context/Value$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UnderThreshold" MonitorTypeStateID="MTSThresholdSuccess" HealthState="Success"/>
<OperationalState ID="OverThreshold" MonitorTypeStateID="MTSThresholdError" HealthState="Error"/>
</OperationalStates>
<Configuration>
<Interval>300</Interval>
<NoOfRetries>3</NoOfRetries>
<Timeout>3500</Timeout>
<OID>.1.3.6.1.4.1.14823.2.2.1.1.1.9.1.3.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.LogicalDevice"]/Index$</OID>
<Threshold>90</Threshold>
<NumberOfSamples>3</NumberOfSamples>
<ObjectName>Processor</ObjectName>
<CounterName>% Processor Time</CounterName>
</Configuration>
</UnitMonitor>