1 秒あたりのメモリ ページ処理数

Microsoft.Windows.Server.10.0.OperatingSystem.MemoryPagesPerSecond (UnitMonitor)

パフォーマンス カウンター Memory\MemoryPagesPerSecond を監視します

Knowledge Base article:

概要

システムのディスクへのメモリ ページング率が高すぎます。 この監視結果は、"Memory\Pages/sec" カウンターに基づいています。このカウンターは、システム全体を遅延させる不具合の主なインジケーターです。 システム全体のパフォーマンスが著しく低下する可能性があります。

Pages/sec は、ハード ページ フォールトを解決するためにディスクに対してページの読み取り、書き込みを行うページングの速度を示します。

原因

一部のアプリケーションによってメモリが過剰に消費されるため、システムがその要求に対処しようとしてディスクに対するデータのページングを行います。

解決方法

システムのメモリを最も消費しているプロセスとページング率を突き止めるために、パフォーマンス モニターの “Process” オブジェクトの次のカウンターを使います。

調べた結果に応じて、次のいずれかの解決方法を試します。

Element properties:

TargetMicrosoft.Windows.Server.10.0.OperatingSystem
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledTrue
Instance NameMemory
Counter NamePages/Sec
Frequency300
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeSystem.Performance.ConsecutiveSamplesThreshold
RemotableTrue
AccessibilityPublic
Alert Message
1 秒あたりのメモリ ページ処理数 - 過大
Memory\Pages\sec パフォーマンス カウンターがしきい値を超えています。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.10.0.OperatingSystem.MemoryPagesPerSecond" Accessibility="Public" Enabled="true" Target="ServervNext!Microsoft.Windows.Server.10.0.OperatingSystem" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="SystemPerf!System.Performance.ConsecutiveSamplesThreshold" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.10.0.OperatingSystem.MemoryPagesPerSecond.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Warning</AlertSeverity>
<AlertParameters/>
</AlertSettings>
<OperationalStates>
<OperationalState ID="OverThreshold" MonitorTypeStateID="ConditionTrue" HealthState="Warning"/>
<OperationalState ID="UnderThreshold" MonitorTypeStateID="ConditionFalse" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Pages/Sec</CounterName>
<ObjectName>Memory</ObjectName>
<InstanceName/>
<Frequency>300</Frequency>
<Threshold>5000</Threshold>
<Direction>greaterequal</Direction>
<NumSamples>12</NumSamples>
</Configuration>
</UnitMonitor>