使用中記憶體的認可位元組百分比 Windows Server 2012

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

收集效能計數器 Memory\\% Committed Bytes in Use

Knowledge Base article:

摘要

此規則會收集 Memory\% Committed Bytes In Use 效能計數器的效能資料。

Physical Disk\% Committed Bytes In Use 效能計數器會顯示使用中的認可記憶體 (實體記憶體),在分頁檔中已為其保留空間以備寫入磁碟之需。 認可限制是由分頁檔大小來決定。 如果分頁檔變大,認可限制就會增加,而比例就會減小。 此計數器僅顯示目前的百分比值,而非平均值。

Element properties:

TargetMicrosoft.Windows.Server.6.2.OperatingSystem
CategoryPerformanceCollection
EnabledFalse
Instance NameMemory
Counter Name\% Committed Bytes In Use
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.MemoryPercentCommittedBytesInUse.Collection" Enabled="false" 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>% Committed Bytes In Use</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>