内存池分页字节数 Windows Server 2012 R2

Microsoft.Windows.Server.2012.R2.OperatingSystem.MemoryPoolPagedBytes.Collection (Rule)

收集性能计数器 Memory\Pool Paged Bytes

Knowledge Base article:

摘要

此规则收集 Memory\Pool Paged Bytes 性能计数器的性能数据。

Physical Disk\Pool Paged Bytes 性能计数器显示分页池的大小(以字节计),分页池是用于不使用时可以写入磁盘的对象的系统内存区域(操作系统使用的物理内存)。 Memory\Pool Paged Bytes 的计算方式与 Process\Pool Paged Bytes 不同,因此可能不等于 Process\Pool Paged Bytes\_Total。 此计数器仅显示上次观察的值;该值不是平均值。

Element properties:

TargetMicrosoft.Windows.Server.2012.R2.OperatingSystem
CategoryPerformanceCollection
EnabledTrue
Instance NameMemory
Counter NamePool Paged Bytes
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.2012.R2.OperatingSystem.MemoryPoolPagedBytes.Collection" Enabled="true" Target="Server2012R2!Microsoft.Windows.Server.2012.R2.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>Pool Paged Bytes</CounterName>
<ObjectName>Memory</ObjectName>
<InstanceName/>
<AllInstances>false</AllInstances>
<Frequency>600</Frequency>
<Tolerance>2000000</Tolerance>
<ToleranceType>Absolute</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>