Fasta byte i systemcache

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

Samlar in prestandaräknaren Minne\Fasta byte i systemcache

Knowledge Base article:

Sammanfattning

Med den här regeln samlas prestandadata in för prestandaräknaren Minne\Fasta byte i systemcache.

Fasta byte i systemcache är storleken i byte på den växlingsbara operativsystemkoden i filsystemets cache. Värdet omfattar bara aktuella fysiska sidor och inte sidor i virtuellt minne.

Element properties:

TargetMicrosoft.Windows.Server.2003.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.2003.OperatingSystem.MemorySystemCacheResidentBytes.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>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>