Windows Server 2012 R2 Pages Input Per Second

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

Memory\Pages Input/sec 성능 카운터를 수집합니다.

Knowledge Base article:

요약

이 규칙은 Memory\Pages Input/sec 성능 카운터의 성능 데이터를 수집합니다.

Pages Input/sec는 하드 페이지 오류를 해결하기 위해 디스크에서 페이지를 읽는 속도입니다. 하드 페이지 오류는 프로세스가 해당 작업 집합에 없는 가상 메모리 또는 실제 메모리의 어디에도 없어 디스크에서 가져와야 하는 가상 메모리 내의 페이지를 참조할 때 발생합니다.

Element properties:

TargetMicrosoft.Windows.Server.2012.R2.OperatingSystem
CategoryPerformanceCollection
EnabledFalse
Instance NameMemory
Counter NamePages Input/sec
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.MemoryPagesInputPerSec.Collection" Enabled="false" 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>Pages Input/sec</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>