\% Used Memory(AIX 6.1)

Microsoft.AIX.6.1.OperatingSystem.PercentUsedMemory.Collection (Rule)

Memory\\% Used Memory 성능 카운터 수집 규칙

Knowledge Base article:

요약

이 규칙은 Memory\% Used Memory 성능 카운터의 성능 데이터를 수집합니다. 수집된 값은 성능 보기 및 보고서에서 확인할 수 있습니다.

이 메트릭은 시스템에서 현재 사용 중인 전체 메모리 양을 시스템의 총 실제 메모리에 대한 백분율로 제공합니다.

사용된 메모리의 백분율 값은 총 실제 메모리에서 사용 가능한 메모리(여유 메모리와 사용된 파일 캐시)를 빼고 총 실제 메모리 값(Perfstat API를 통해 보고된 값)과 비교하여 계산합니다.

Element properties:

TargetMicrosoft.AIX.6.1.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.AIX.6.1.OperatingSystem.PercentUsedMemory.Collection" Target="Microsoft.AIX.6.1.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>% Used Memory</CounterName>
<InstanceName/>
<Value>$Data/WsManData/*[local-name(.)='SCX_MemoryStatisticalInformation']/*[local-name(.)='PercentUsedMemory']$</Value>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>