使用可能メモリ (MB) - Windows Server 2012

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

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

Knowledge Base article:

概要

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

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

Element properties:

TargetMicrosoft.Windows.Server.6.2.OperatingSystem
CategoryPerformanceCollection
EnabledTrue
Instance NameMemory
Counter NameAvailable MBytes
Frequency600
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.MemoryAvailableMBytes.Collection" Enabled="true" 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>Available MBytes</CounterName>
<ObjectName>Memory</ObjectName>
<InstanceName/>
<AllInstances>false</AllInstances>
<Frequency>600</Frequency>
<Tolerance>10</Tolerance>
<ToleranceType>Percentage</ToleranceType>
<MaximumSampleSeparation>6</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>