系统缓存驻留字节数

Microsoft.Windows.Server.2008.OperatingSystem.MemorySystemCacheResidentBytes.Collection (Rule)

收集性能计数器 Memory\System Cache Resident Bytes

Knowledge Base article:

摘要

此规则收集 Memory\Memory System Cache Resident Bytes 性能计数器的性能数据。

System Cache Resident Bytes 是文件系统缓存中可分页操作系统代码的大小,以字节为单位。 此值仅包含当前物理页面,不包含当前未驻留的任何虚拟内存页面。

Element properties:

TargetMicrosoft.Windows.Server.2008.OperatingSystem
CategoryPerformanceCollection
EnabledFalse
Instance NameMemory
Counter NameSystem Cache Resident 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.2008.OperatingSystem.MemorySystemCacheResidentBytes.Collection" Enabled="false" Target="Server2008!Microsoft.Windows.Server.2008.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>System Cache Resident Bytes</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>