記憶體緩衝區使用率 (Juniper)

System.NetworkManagement.JuniperRouter.Memory.HighBufferUtilization (UnitMonitor)

監視此裝置上已用記憶體的百分比

Knowledge Base article:

摘要

此監視會指出此裝置上已用記憶體的百分比。 此監視有兩種可能的狀態:

設定

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

選項

定義

預設

間隔

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

240 秒

重試次數

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

3

樣本數

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

3

逾時

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

3,500 毫秒

閾值

已用記憶體緩衝區百分比

90

原因

當已用緩衝區數目超過記憶體緩衝區使用率閾值 (預設值為 90) 時,此監視便會進入錯誤狀態。

解決方式

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

Element properties:

TargetSystem.NetworkManagement.JuniperRouter_Performance_Memory
Parent MonitorSystem.NetworkManagement.Memory.MemoryException
CategoryPerformanceHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeSystem.NetworkManagement.ThresholdMonitor
RemotableTrue
AccessibilityPublic
Alert Message
已用記憶體警示
已用記憶體容量超過指定的閾值。 記憶體使用率為 {0}\%。
RunAsDefault

Source Code:

<UnitMonitor ID="System.NetworkManagement.JuniperRouter.Memory.HighBufferUtilization" Accessibility="Public" Enabled="true" Target="NetworkLibrary!System.NetworkManagement.JuniperRouter_Performance_Memory" ParentMonitorID="System.NetworkManagement.Memory.MemoryException" Remotable="true" Priority="Normal" TypeID="System.NetworkManagement.ThresholdMonitor" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="System.NetworkManagement.Generic.Memory.HighBufferUtilization.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Value$</AlertParameter1>
</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.2636.3.1.13.1.11.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.LogicalDevice"]/Index$</OID>
<Threshold>90</Threshold>
<NumberOfSamples>3</NumberOfSamples>
<ObjectName>Memory</ObjectName>
<CounterName>Buffer Utilization %</CounterName>
</Configuration>
</UnitMonitor>