사용된 메모리 비율

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>