メモリ プール (ページ バイト)

Microsoft.Windows.Client.Vista.OperatingSystem.MemoryPoolPagedBytes.Collection (Rule)

パフォーマンス カウンタ Memory\Pool Paged Bytes を収集します。

Knowledge Base article:

概要

このルールは、Memory\Pool Paged Bytes パフォーマンス カウンタのパフォーマンス データを収集します。この情報は、1 つ以上の表示およびレポートで収集され、表示されます。

Physical Disk\Pool Paged Bytes パフォーマンス カウンタは、ページ プールのサイズをバイト数で表示します。ページ プールとは、使用されていないときにディスクに書き込まれることが可能なオブジェクト用のシステム メモリの領域 (オペレーティング システムで使用される物理メモリ) です。Memory\Pool Paged Bytes は、Process\Pool Paged Bytes とは別に算出されるので、Process\Pool Paged Bytes\_Total とは異なる場合があります。このカウンタは、平均値ではなく最新の監視値のみを表示します。

Element properties:

TargetMicrosoft.Windows.Client.Vista.OperatingSystem
CategoryPerformanceCollection
EnabledFalse
Instance NameMemory
Counter NamePool Paged Bytes
Frequency900
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.Client.Vista.OperatingSystem.MemoryPoolPagedBytes.Collection" Enabled="false" Target="Vista!Microsoft.Windows.Client.Vista.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>Pool Paged Bytes</CounterName>
<ObjectName>Memory</ObjectName>
<InstanceName/>
<AllInstances>false</AllInstances>
<Frequency>900</Frequency>
<Tolerance>2000000</Tolerance>
<ToleranceType>Absolute</ToleranceType>
<MaximumSampleSeparation>4</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>