メモリ コンポーネントのパフォーマンスのロールアップ

System.NetworkManagement.Node.MemoryPerformanceHealthRollup (DependencyMonitor)

この依存関係モニターは、ネットワーク デバイスのメモリ コンポーネントのパフォーマンスのヘルス状態をロールアップします。

Knowledge Base article:

概要

このモニターは、監視しているネットワーク デバイスのメモリ パフォーマンスの状態をロールアップします。モニターの状態は、次のいずれかになります。

原因

このモニターは、1 つまたは複数のメモリ コンポーネントの空き容量が不足しているか、バッファー使用率が高くなっていることを示します。

解決方法

ヘルス エクスプローラーを使用して、メモリに問題があるネットワーク デバイスの状態を調べて問題を解決します。

Element properties:

TargetSystem.NetworkManagement.Node
Parent MonitorSystem.Health.PerformanceState
AlgorithmWorstOf
Source MonitorSystem.Health.PerformanceState
RelationshipSystem.NetworkManagement.NodeHostsMemory
CategoryPerformanceHealth
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic

Source Code:

<DependencyMonitor ID="System.NetworkManagement.Node.MemoryPerformanceHealthRollup" Accessibility="Public" Enabled="true" Target="NetworkLibrary!System.NetworkManagement.Node" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal" RelationshipType="NetworkLibrary!System.NetworkManagement.NodeHostsMemory" MemberMonitor="SystemHealth!System.Health.PerformanceState">
<Category>PerformanceHealth</Category>
<Algorithm>WorstOf</Algorithm>
</DependencyMonitor>