プロセッサ使用率 (Unisphere)

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

このデバイスのプロセッサ使用率を監視します。

Knowledge Base article:

概要

このモニターは、監視しているデバイスのプロセッサがどの程度使用されているかを示します。モニターの状態は、次のいずれかになります。

構成

このモニターでは、次のオプションを構成できます。

オプション

定義

既定

間隔

デバイスの状態を確認する間隔 (秒)

240 秒

再試行回数

各監視期間内でサンプリングを中止するまでに再試行する回数

3

サンプル数

モニターの状態が変わるまでの連続サンプルの数

3

タイムアウト

値をサンプリングするときにデバイスからの応答を待つ時間。この時間が過ぎると、サンプリングがタイムアウトし、再びサンプリングが開始されます。

3,500 ミリ秒

しきい値

プロセッサの使用率 (%)

90

原因

このモニターは、ネットワーク デバイスのプロセッサ使用率が、構成されているしきい値を上回るとエラー状態になります。プロセッサ使用率は、プロセッサの持つ処理能力がどの程度使用されているかをパーセントで表した値です。既定値は 90% です。

解決方法

ヘルス エクスプローラーにあるモニターの [状態変更イベント] タブで、状態の変更の詳細を確認します。ここには、ヘルス状態が変わる原因になった、パフォーマンス カウンターの計算された値が示されています。問題の詳細と解決方法については、デバイスの製造元のドキュメントを参照してください。

Element properties:

TargetSystem.NetworkManagement.UnisphereRouter_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.UnisphereRouter.Processor.HighUtilization" Accessibility="Public" Enabled="true" Target="NetworkLibrary!System.NetworkManagement.UnisphereRouter_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.4874.2.2.2.1.3.5.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>