Pages/sec(Red Hat Enterprise Linux Server 5)

Microsoft.Linux.RHEL.5.OperatingSystem.PagesPerSecond.Collection (Rule)

Memory\Pages/sec 성능 카운터 수집 규칙

Knowledge Base article:

요약

이 규칙은 Pages per Second 성능 카운터의 성능 데이터를 수집합니다. 이와 같이 수집된 정보는 하나 이상의 보기 및/또는 보고서에 제공됩니다.

Pages per Second 성능 카운터는 하드 페이지 오류를 해결하기 위해 디스크에서 읽거나 디스크로 쓴 페이지의 비율을 제공합니다. 이 카운터는 시스템 전반적으로 지연을 발생시키는 오류 종류의 주요 표시기입니다. 이 카운터에는 Memory\Pages Input/sec 및 Memory\Pages Output/sec의 합계가 표시됩니다.

Element properties:

TargetMicrosoft.Linux.RHEL.5.OperatingSystem
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Unix.WSMan.PerfCounterProvider Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.Linux.RHEL.5.OperatingSystem.PagesPerSecond.Collection" Target="Microsoft.Linux.RHEL.5.OperatingSystem" Enabled="true" Remotable="true">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Unix!Microsoft.Unix.WSMan.PerfCounterProvider">
<TargetSystem>$Target/Host/Property[Type="Unix!Microsoft.Unix.Computer"]/NetworkName$</TargetSystem>
<Uri>http://schemas.microsoft.com/wbem/wscim/1/cim-schema/2/SCX_MemoryStatisticalInformation?__cimnamespace=root/scx</Uri>
<Filter/>
<SplitItems>false</SplitItems>
<Interval>300</Interval>
<ObjectName>Memory</ObjectName>
<CounterName>Pages/sec</CounterName>
<InstanceName/>
<Value>$Data///*[local-name()="PagesPerSec"]$</Value>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>