Collect JVM Heap Memory Used (MB)

Microsoft.HDInsight.PerformanceRule.HostComponentMemoryHeapUsed (Rule)

This rule collects amount of heap memory used by HDInsight Host Component.

Knowledge Base article:

Summary

Collects amount of heap memory used by HDInsight Host Component.

Element properties:

TargetMicrosoft.HDInsight.BasicPerformanceHostComponent
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.HostComponentMemoryHeapUsed" Target="Microsoft.HDInsight.BasicPerformanceHostComponent" Enabled="true" ConfirmDelivery="false">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.HDInsight.Module.HostComponentMetricsPerformanceDataSource">
<IntervalSeconds>900</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<PropertyName>calculated.memheapusedm</PropertyName>
<CounterName>JVM Heap Memory Used (MB)</CounterName>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>