OperatingSystem Available MBytes

Microsoft.AIX.5.3.OperatingSystem.AvailableMBytes.Monitor (UnitMonitor)

AIX 5.3 OperatingSystem Available MBytes 모니터

Knowledge Base article:

요약

사용 가능한 메모리(MB)가 부족합니다. 시스템 성능이 저하될 수 있습니다.

사용 가능한 메모리(MB)는 Perfstat API를 통해 운영 체제에서 보고한 여유 메모리와 사용된 파일 캐시의 합계를 나타냅니다.

모니터 임계값은 에이전트에 대한 폴링에 반환된 평균 값에 대해 분석됩니다. 여기서 샘플 수 매개 변수가 평균 계산에 포함된 샘플 수를 제어합니다.

구성

기본 구성

매개 변수

기본값

임계값

2.5

간격(초)

300

샘플 수

3

모든 인스턴스나 특정 인스턴스 또는 그룹에 대해 위에서 정의한 매개 변수 값을 변경하는 데 재정의를 사용할 수 있습니다.

원인

사용 가능한 실제 메모리 크기는 다음 상황에서 부족해질 수 있습니다.

해결 방법

실제 메모리 부족 상태를 해결하려면 관리자는 다음 옵션을 하나 이상 선택할 수 있습니다.

상태 보기에서 "메모리 정보" 작업을 실행하여 사용 가능한 메모리를 확인할 수 있습니다.

상태 보기에서 "VMStat 실행" 작업을 실행하여 자세한 메모리 통계를 확인할 수 있습니다.

Element properties:

TargetMicrosoft.AIX.5.3.OperatingSystem
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Unix.WSMan.Performance.Average.Threshold.MonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Available Megabytes Memory 너무 낮음
Memory\Available MBytes 성능 카운터의 임계값이 초과되었습니다. 임계값을 초과하는 값: {0} Available MBytes
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.AIX.5.3.OperatingSystem.AvailableMBytes.Monitor" Accessibility="Public" Target="Microsoft.AIX.5.3.OperatingSystem" TypeID="Unix!Microsoft.Unix.WSMan.Performance.Average.Threshold.MonitorType" Enabled="true" ParentMonitorID="SystemHealth!System.Health.PerformanceState">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.AIX.5.3.OperatingSystem.AvailableMBytes.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Value$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState HealthState="Error" MonitorTypeStateID="UnderThreshold" ID="UnderThreshold"/>
<OperationalState HealthState="Success" MonitorTypeStateID="OverThreshold" ID="OverThreshold"/>
</OperationalStates>
<Configuration>
<TargetSystem>$Target/Host/Property[Type="Unix!Microsoft.Unix.Computer"]/NetworkName$</TargetSystem>
<Uri>http://schemas.microsoft.com/wbem/wscim/1/cim-schema/2/SCX_MemoryStatisticalInformation?__cimnamespace=root/scx</Uri>
<Filter/>
<SplitItems>true</SplitItems>
<Interval>300</Interval>
<ObjectName>Memory</ObjectName>
<CounterName>Available MBytes Memory</CounterName>
<InstanceName/>
<Value>$Data/WsManData/*[local-name(.)='SCX_MemoryStatisticalInformation']/*[local-name(.)='AvailableMemory']$</Value>
<Threshold>2.5</Threshold>
<NumSamples>3</NumSamples>
</Configuration>
</UnitMonitor>