Exchange 2013 Windows Service: Pool Non Paged Memory Size (MB)

Microsoft.Exchange.15.Rules.NTService.PoolNonPagedBytes (Rule)

Displays the amount of memory (Non-Paged Bytes) used by the given Exchange Windows Service. The value is expressed in megabytes. This performance collection rule collects multiple instances – one instance per Exchange Windows Service.

Knowledge Base article:

Summary

Exchange 2013 Windows Service: Pool Non Paged Memory Size (MB)

Displays the amount of memory (Non-Paged Bytes) used by the given Exchange Windows Service. The value is expressed in megabytes. This performance collection rule collects multiple instances – one instance per Exchange Windows Service.

Element properties:

TargetMicrosoft.Exchange.15.NTService
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Exchange.15.CpuMemoryUsage.DataSourceMapped Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.Exchange.15.Rules.NTService.PoolNonPagedBytes" Enabled="true" Target="Microsoft.Exchange.15.NTService" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.Exchange.15.CpuMemoryUsage.DataSourceMapped">
<InstanceName>$Target/Property[Type="Microsoft.Exchange.15.NTService"]/ServiceName$</InstanceName>
<CounterName>Pool Non Paged Memory Size (MB)</CounterName>
<ObjectType>Windows Service</ObjectType>
<PropertyField>PoolNonPagedBytes</PropertyField>
<IntervalSeconds>600</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<SyncTime/>
<VerboseLogging>0</VerboseLogging>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SCLibrary!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>