CPU Performance Monitor

Microsoft.ServiceBus.v1.1.CPUPerformanceMonitor (UnitMonitor)

Knowledge Base article:

Summary

CPU Performance Monitor.

Causes

Host CPU is running high.

Resolutions

Restart the host. Then consider to scale up the host by adding a CPU.

Element properties:

TargetMicrosoft.ServiceBus.v1.1.ServiceBusHost
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.ServiceBus.v1.1.CPUPerformanceMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
CPU Performance warning
CPU Performance warning
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.ServiceBus.v1.1.CPUPerformanceMonitor" Accessibility="Public" Enabled="true" Target="Microsoft.ServiceBus.v1.1.ServiceBusHost" ParentMonitorID="Health!System.Health.PerformanceState" TypeID="Microsoft.ServiceBus.v1.1.CPUPerformanceMonitorType" Remotable="true" Priority="Normal" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.ServiceBus.v1.1.CPUPerformanceMonitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Warning</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="OK" MonitorTypeStateID="OK" HealthState="Success"/>
<OperationalState ID="Warning" MonitorTypeStateID="Error" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<CounterName>% Processor Time</CounterName>
<ObjectName>Processor</ObjectName>
<InstanceName>_Total</InstanceName>
<Frequency>60</Frequency>
<Threshold>80</Threshold>
<SamplesCountToWarning>5</SamplesCountToWarning>
</Configuration>
</UnitMonitor>