認可限制

Microsoft.Windows.Server.2003.OperatingSystem.MemoryCommitLimit.Collection (Rule)

收集效能計數器 Memory\Commit limit

Knowledge Base article:

摘要

此規則會收集 Memory\Commit Limit 效能計數器的效能資料。

Commit Limit 是不需延伸分頁檔即能認可的虛擬記憶體容量。 其測量單位是位元組。 認可的記憶體是已在磁碟分頁檔中保留空間的實體記憶體。

Element properties:

TargetMicrosoft.Windows.Server.2003.OperatingSystem
CategoryPerformanceCollection
EnabledFalse
Instance NameMemory
Counter NameCommit Limit
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.2003.OperatingSystem.MemoryCommitLimit.Collection" Enabled="false" Target="Microsoft.Windows.Server.2003.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>Commit Limit</CounterName>
<ObjectName>Memory</ObjectName>
<InstanceName/>
<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>