OperatingSystem Available MBytes

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

AIX 7 OperatingSystem Available MBytes 监视器

Knowledge Base article:

摘要

内存的可用兆字节数不足。系统性能可能会受到负面影响。

可用兆字节内存值表示操作系统报告的可用内存和已用文件缓存的总和(来自 Perfstat API)。

此监视器阈值是按照轮询过程中返回给代理的平均值分析的,其中“样本数”参数控制平均值计算中所包含的样本数。

配置

默认配置

参数

默认值

阈值

2.5

间隔(秒)

300

样本数

3

替代可用于更改以上为所有实例或为特定实例或组定义的参数值。

原因

可用物理内存数量会在以下情况时降低:

解决方法

要解决低物理内存问题,管理员可选择以下一种或多种选项:

通过从“状态”视图中运行“内存信息”任务,你可以查看可用内存。

通过从“状态”视图中运行“运行 VMStat”任务,你可以查看详细的内存统计信息。

Element properties:

TargetMicrosoft.AIX.7.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.7.OperatingSystem.AvailableMBytes.Monitor" Accessibility="Public" Target="Microsoft.AIX.7.OperatingSystem" TypeID="Unix!Microsoft.Unix.WSMan.Performance.Average.Threshold.MonitorType" Enabled="true" ParentMonitorID="SystemHealth!System.Health.PerformanceState">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.AIX.7.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>