利用可能なメモリ (MB)

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

パフォーマンス カウンタ Memory\Available MBytes を収集します。

Knowledge Base article:

概要

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

Physical Disk\Pages Writes/sec パフォーマンス カウンタは、実行中のプロセスで利用可能な物理メモリのサイズを Memory\Available Bytes で報告されるバイト数でなく、メガバイト数で表示します。ゼロ メモリ、空きメモリ、およびスタンバイ メモリの容量の合計です。空きメモリは使用可能なメモリです。ゼロ メモリはゼロで埋められたメモリのページで、以前のプロセスが使用したデータをあとのプロセスが参照しないようにします。スタンバイ メモリは、ディスクへのルート上にあるプロセスのワーキング セット (物理メモリ) から削除されているが、再呼び出しが可能なメモリです。このカウンタは、平均値ではなく最新の監視値のみを表示します。

Element properties:

TargetMicrosoft.Windows.Client.Vista.OperatingSystem
CategoryPerformanceCollection
EnabledTrue
Instance NameMemory
Counter NameAvailable MBytes
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.MemoryAvailableMBytes.Collection" Enabled="onEssentialMonitoring" 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>Available MBytes</CounterName>
<ObjectName>Memory</ObjectName>
<InstanceName/>
<AllInstances>false</AllInstances>
<Frequency>900</Frequency>
<Tolerance>10</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>