Collect RPC Processing Number of Operations

Microsoft.HDInsight.PerformanceRule.HeadNodeRpcProcessingNumOps (Rule)

This rule collects number of processing remote procedure calls to HDInsight Host Component.

Knowledge Base article:

Summary

Collects number of processing remote procedure calls to HDInsight Host Component.

Element properties:

TargetMicrosoft.HDInsight.HeadNodeComponent
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.HDInsight.Module.HostComponentMetricsPerformanceDataSource Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.HDInsight.PerformanceRule.HeadNodeRpcProcessingNumOps" Target="Microsoft.HDInsight.HeadNodeComponent" Enabled="true" ConfirmDelivery="false">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.HDInsight.Module.HostComponentMetricsPerformanceDataSource">
<IntervalSeconds>900</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<PropertyName>rpc.rpcprocessingtimenumops</PropertyName>
<CounterName>RPC Processing Number of Operations</CounterName>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>