オペレーティング システムの使用可能なメガバイト数スワップ

Microsoft.Solaris.8.OperatingSystem.AvailableMBytesSwap.Monitor (UnitMonitor)

Solaris 8 オペレーティング システムの使用可能なメガバイト数スワップ モニタ

Knowledge Base article:

概要

このモニタは、使用可能なスワップ領域の量を確認します。このモニタからアラートを受け取った場合は、システムを動作状態に戻すために操作が必要になることがあります。

原因

異常な状態とは、スワップ領域の使用率が現在高くなっていることを示します。この状態を引き起こす原因は次のとおりです。

解決方法

[状態の表示] から [メモリ情報] タスクを実行して、使用可能なメモリを表示できます。

VMStat は、最後に再起動されてからのメモリ統計の平均値を提供します。VMStat タスクは [状態の表示] から実行できます。

Element properties:

TargetMicrosoft.Solaris.8.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
使用可能なスワップ領域のメガバイト数が少なすぎます
Swap Space\Available MBytes パフォーマンス カウンタのしきい値を超えました。しきい値を超えた値は、次のとおりです。{0} 使用可能なメガバイト数
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Solaris.8.OperatingSystem.AvailableMBytesSwap.Monitor" Accessibility="Public" Target="Microsoft.Solaris.8.OperatingSystem" TypeID="Unix!Microsoft.Unix.WSMan.Performance.Average.Threshold.MonitorType" Enabled="true" ParentMonitorID="SystemHealth!System.Health.PerformanceState">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.Solaris.8.OperatingSystem.AvailableMBytesSwap.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>Swap Space</ObjectName>
<CounterName>Available MBytes</CounterName>
<InstanceName/>
<Value>$Data///*[local-name()="AvailableSwap"]$</Value>
<Threshold>2.5</Threshold>
<NumSamples>3</NumSamples>
</Configuration>
</UnitMonitor>