Collect Network Bytes Sent

Microsoft.HDInsight.PerformanceRule.HeadNodeSentBytes (Rule)

This rule collects number of bytes sent by HDInsight Host Component.

Knowledge Base article:

Summary

Collects number of bytes sent by 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.HeadNodeSentBytes" 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.sentbytes</PropertyName>
<CounterName>Network Bytes Sent</CounterName>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>