Performance collection for : PERF_ASMCUMCUHT_MCUHT_HEALTH_STATE

Microsoft.LS.2019.Monitoring.Rule.ReportingPC.AppSharingConf.PERF_ASMCUMCUHT_MCUHT_HEALTH_STATE (Rule)

Knowledge Base article:

Summary

This rule collects this performance counter for reporting/troubleshooting purposes for the counter: PERF_ASMCUMCUHT_MCUHT_HEALTH_STATE

The current health of the MCU. 0 = Normal. 1 = Loaded. 2 = Full. 3 = Unavailable.

Causes

MCU is overloaded

Resolutions

This could happen if too many conferences are assigned to this MCU

Element properties:

TargetMicrosoft.LS.2019.Component.AppSharingConf
CategoryPerformanceCollection
EnabledTrue
Instance NameLS:AsMcu - MCU Health And Performance
Counter NameASMCU - MCU Health State
Frequency900
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
CollectPerfCounter DataSource System.Performance.OptimizedDataProvider Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.LS.2019.Monitoring.Rule.ReportingPC.AppSharingConf.PERF_ASMCUMCUHT_MCUHT_HEALTH_STATE" Enabled="true" Target="SFBDiscovery!Microsoft.LS.2019.Component.AppSharingConf" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="CollectPerfCounter" TypeID="SystemPerf!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>ASMCU - MCU Health State</CounterName>
<ObjectName>LS:AsMcu - MCU Health And Performance</ObjectName>
<InstanceName/>
<AllInstances>true</AllInstances>
<Frequency>900</Frequency>
<Tolerance>5</Tolerance>
<ToleranceType>Absolute</ToleranceType>
<MaximumSampleSeparation>4</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>