1 秒あたりのメモリ ページ書き込み回数 - Windows Server 2012

Microsoft.Windows.Server.6.2.OperatingSystem.MemoryPageWritesPerSec.Collection (Rule)

Memory\Page Writes/Sec パフォーマンス カウンターの値を収集します。

Knowledge Base article:

概要

このルールは、Memory\Page Writes/sec パフォーマンス カウンターのパフォーマンス データを収集します。

Physical Disk\Pages/sec パフォーマンス カウンターは、物理メモリの領域を解放するためにページがディスクに書き込まれた数を表示します。ページは、物理メモリ内で変更された場合にのみディスクに書き込まれるので、コードではなくデータを保持します。このカウンターは、各操作で書き込まれたページ数に関係なく、書き込み操作をカウントします。このカウンターは、最後の 2 つのサンプルの値の差を、サンプリング間隔の長さで割った値を示します。

Element properties:

TargetMicrosoft.Windows.Server.6.2.OperatingSystem
CategoryPerformanceCollection
EnabledFalse
Instance NameMemory
Counter NamePage Writes/sec
Frequency300
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
PerformanceDS DataSource System.Performance.OptimizedDataProvider Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.Windows.Server.6.2.OperatingSystem.MemoryPageWritesPerSec.Collection" Enabled="false" Target="WindowsServer!Microsoft.Windows.Server.6.2.OperatingSystem">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="PerformanceDS" TypeID="SystemPerf!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Page Writes/sec</CounterName>
<ObjectName>Memory</ObjectName>
<InstanceName/>
<AllInstances>false</AllInstances>
<Frequency>300</Frequency>
<Tolerance>250</Tolerance>
<ToleranceType>Absolute</ToleranceType>
<MaximumSampleSeparation>12</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>