사용 가능한 메모리(Huawei MA56XX)

System.NetworkManagement.HuaweiMA56XX.Memory.InsufficientFreeMemory (UnitMonitor)

이 장치에서 사용 가능한 메모리 수준을 모니터링합니다.

Knowledge Base article:

요약

이 모니터는 이 장치에서 사용 가능한 메모리 수준을 나타냅니다. 이 모니터에서 가능한 두 가지 상태는 다음과 같습니다.

구성

이 모니터에서는 다음 옵션을 구성할 수 있습니다.

옵션

정의

기본값

간격

장치 상태를 확인하는 간격(초)입니다.

240초

다시 시도 횟수

간격 샘플을 삭제하기 전 각 모니터링 간격의 시도 횟수입니다.

3

샘플 수

모니터 상태가 변경되기 전의 연속 샘플 수입니다.

3

시간 제한

샘플 시간이 초과되고 샘플 값에 새로운 시도가 적용되기 전까지 장치 응답을 기다리는 시간(밀리초)입니다.

3,500밀리초

임계값

남아 있는 사용 가능한 메모리 비율입니다.

15

원인

인터페이스에서 사용 가능한 메모리 크기가 구성된 임계값보다 작은 경우 이 모니터가 오류 상태로 바뀝니다. 기본값은 15%입니다.

해결 방법

상태 탐색기를 사용하여 모니터의 상태 변경 이벤트 탭에서 상태 변경 정보를 확인합니다. 이 데이터에는 계산된 성능 카운터 값이 표시됩니다(이 값에 따라 상태가 변경됨). 문제 및 문제 해결 절차에 대한 자세한 내용은 해당 장치 제조업체의 설명서를 참조하십시오.

Element properties:

TargetSystem.NetworkManagement.HuaweiMA56XX_Performance_Memory
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeSystem.NetworkManagement.ComputedLowThresholdMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
사용 가능한 메모리 경고
{0}의 사용 가능한 메모리 크기가 임계값보다 작습니다. 사용 가능한 메모리는 {1}\%입니다.
RunAsDefault

Source Code:

<UnitMonitor ID="System.NetworkManagement.HuaweiMA56XX.Memory.InsufficientFreeMemory" Accessibility="Public" Enabled="true" Target="NetworkLibrary!System.NetworkManagement.HuaweiMA56XX_Performance_Memory" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="System.NetworkManagement.ComputedLowThresholdMonitorType" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="System.NetworkManagement.Generic.Memory.InsufficientFreeMemory.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="OverThreshold" MonitorTypeStateID="MTSThresholdSuccess" HealthState="Success"/>
<OperationalState ID="UnderThreshold" MonitorTypeStateID="MTSThresholdError" HealthState="Error"/>
</OperationalStates>
<Configuration>
<Interval>300</Interval>
<NoOfRetries>3</NoOfRetries>
<Timeout>3500</Timeout>
<SnmpVarBinds>
<SnmpVarBind>
<OID>.1.3.6.1.4.1.2011.2.6.7.1.1.2.1.6.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.LogicalDevice"]/Index$</OID>
<Syntax>0</Syntax>
<Value VariantType="3"/>
</SnmpVarBind>
</SnmpVarBinds>
<ComputedPerformanceValue>
<Subtraction>
<NumericValue>
<Value>100</Value>
</NumericValue>
<NumericValue>
<XPathQuery Type="Double">SnmpVarBinds/SnmpVarBind[OID=".1.3.6.1.4.1.2011.2.6.7.1.1.2.1.6.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.LogicalDevice"]/Index$"]/Value</XPathQuery>
</NumericValue>
</Subtraction>
</ComputedPerformanceValue>
<Threshold>15</Threshold>
<NumberOfSamples>3</NumberOfSamples>
<ObjectName>Memory</ObjectName>
<CounterName>Free Memory %</CounterName>
</Configuration>
</UnitMonitor>