Kullanılan Bellek Yüzdesi

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

Bu kural, kullanılan fiziksel bellek hakkında veri toplar.

Knowledge Base article:

Özet

Bu kural, Bellek\Kullanılabilir Mbaytlar'ın sistem tarafından kullanılabilen toplam fiziksel belleğe yüzde olarak oranını hesaplar ve toplar. Bu bilgi toplanır ve görünümlerde ve raporlarda sunulur.

Bellek\Kullanılabilir Mbaytlar sayacı, kullanılabilir ne kadar fiziksel RAM olduğunu ölçer. Kullanılabilir Mbaytlar düşük olduğunda, sistem daha yoğun olarak belleği disk belleğine taşır ve bu olduğunda genel sistem performansı olumsuz olarak etkilenebilir.

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>