メモリの使用率

Microsoft.Windows.Server.10.0.OperatingSystem.PercentMemoryUsed.Collection (Rule)

このルールは、使用された物理メモリに関するデータを収集します。

Knowledge Base article:

概要

このルールは、システムで使用可能な合計物理メモリ サイズに対する Memory\Available Mbytes カウンターの割合 (%) を計算し、収集します。 収集された情報は、ビューやレポートに表示されます。

Memory\Available Mbytes カウンターは、使用可能な物理 RAM のサイズを測定します。 Available Mbytes が不足すると、ディスクへのメモリのページングが過度に行われるため、システム全体のパフォーマンスが低下する場合があります。

Element properties:

TargetMicrosoft.Windows.Server.10.0.OperatingSystem
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.Server.10.0.OperatingSystem.PercentMemoryUsed.ModuleType Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.Windows.Server.10.0.OperatingSystem.PercentMemoryUsed.Collection" Enabled="true" Target="ServervNext!Microsoft.Windows.Server.10.0.OperatingSystem" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.Windows.Server.10.0.OperatingSystem.PercentMemoryUsed.ModuleType">
<PhysicalMemory>$Target/Property[Type="Windows!Microsoft.Windows.OperatingSystem"]/PhysicalMemory$</PhysicalMemory>
<Tolerance>50</Tolerance>
<Frequency>300</Frequency>
<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>