CPU User

ozsoft.sap.host.monitoring.Monitor.AppServer.OS.CPU.User (UnitMonitor)

App Server CPU Application Programs Utilization \%

Knowledge Base article:

Summary

Moditors Application Server CPU Application Programs Utilization (%)

Element properties:

Targetozsoft.sap.AppServer
Parent MonitorSystem.Health.PerformanceState
CategoryOperations
EnabledFalse
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor Typeozsoft.sap.host.monitoring.MonitorType.AppServer.OS.Average.Threshold2
RemotableTrue
AccessibilityPublic
Alert Message
CPU Utlization
{0} is {1}\%
RunAsDefault

Source Code:

<UnitMonitor ID="ozsoft.sap.host.monitoring.Monitor.AppServer.OS.CPU.User" Accessibility="Public" Enabled="false" Target="OZMP4SAP!ozsoft.sap.AppServer" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="ozsoft.sap.host.monitoring.MonitorType.AppServer.OS.Average.Threshold2" ConfirmDelivery="false">
<Category>Operations</Category>
<AlertSettings AlertMessage="ozsoft.sap.host.monitoring.Monitor.AppServer.CPU.AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/CounterName$</AlertParameter1>
<AlertParameter2>$Data/Context/Value$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Under" MonitorTypeStateID="ValueUnderLowThreshold" HealthState="Success"/>
<OperationalState ID="Between" MonitorTypeStateID="ValueBetweenThresholds" HealthState="Warning"/>
<OperationalState ID="Over" MonitorTypeStateID="ValueOverHighThreshold" HealthState="Error"/>
</OperationalStates>
<Configuration>
<CounterName>CPU User</CounterName>
<Interval>300</Interval>
<NumSamples>6</NumSamples>
<HighThreshold>90</HighThreshold>
<LowThreshold>80</LowThreshold>
</Configuration>
</UnitMonitor>