CPU User

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

DB CPU Application Programs Utilization \%

Knowledge Base article:

Summary

Moditors DB CPU Application Programs Utilization (%)

Element properties:

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

Source Code:

<UnitMonitor ID="ozsoft.sap.host.monitoring.Monitor.DB.OS.CPU.User" Accessibility="Public" Enabled="false" Target="OZMP4SAP!ozsoft.sap.DB" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="ozsoft.sap.host.monitoring.MonitorType.DB.OS.Average.Threshold2" ConfirmDelivery="false">
<Category>Operations</Category>
<AlertSettings AlertMessage="ozsoft.sap.host.monitoring.Monitor.DB.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>