Exchange 2013 IIS App Pool: CPU Utilization (\%)

Microsoft.Exchange.15.Rules.IISApplicationPool.CPUUsagePercent (Rule)

Displays the amount (percentage) of CPU resources used by the given Exchange IIS Application Pool (all related worker processes). This performance collection rule collects multiple instances – one instance per IIS Application Pool.

Knowledge Base article:

Summary

Exchange 2013 IIS App Pool: CPU Utilization (%).

Displays the amount (percentage) of CPU resources used by the given Exchange IIS Application Pool (all related worker processes). This performance collection rule collects multiple instances – one instance per IIS Application Pool.

Element properties:

TargetMicrosoft.Exchange.15.IISApplicationPool
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.IISApplicationPool.CPUUsagePercent" Enabled="true" Target="Microsoft.Exchange.15.IISApplicationPool" 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.IISApplicationPool"]/PoolID$</InstanceName>
<CounterName>Cpu Usage (%)</CounterName>
<ObjectType>App Pool</ObjectType>
<PropertyField>PercentProcessorTime</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>