Betriebssystem\Prozessorzeit (\%) insgesamt

Microsoft.HPUX.11iv3.OperatingSystem.TotalPercentProcessorTime.Monitor (UnitMonitor)

Monitor HPUX 11iv3 "Betriebssystem\Prozessorzeit (\%) insgesamt"

Knowledge Base article:

Zusammenfassung

Dieser Monitor überwacht die CPU-Nutzung. Wenn Sie eine Warnung von diesem Monitor erhalten, müssen Sie ggf. eingreifen, um das System wieder in einen Betriebsstatus zu versetzen.

Ursachen

Ein fehlerhafter Status zeigt an, dass die CPU-Nutzung zurzeit hoch ist. Ursache hierfür kann eine übermäßige Beanspruchung von CPU-Ressourcen durch eine Anwendung sein.

Lösungen

Zur Behebung hoher prozentualer Prozessorzeiten wählen Sie eine oder mehrere der folgenden Optionen:

Element properties:

TargetMicrosoft.HPUX.11iv3.OperatingSystem
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Unix.WSMan.Performance.Filtered.Average.Threshold.MonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Gesamt-CPU-Nutzung (\%) zu hoch
Der Schwellenwert für den Leistungsindikator "Prozessor\Prozessorzeit (\%)\_Total" wurde überschritten. Folgender Wert hat den Schwellenwert überschritten: {0} \% CPU.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.HPUX.11iv3.OperatingSystem.TotalPercentProcessorTime.Monitor" Accessibility="Public" Target="Microsoft.HPUX.11iv3.OperatingSystem" TypeID="Unix!Microsoft.Unix.WSMan.Performance.Filtered.Average.Threshold.MonitorType" Enabled="true" ParentMonitorID="SystemHealth!System.Health.PerformanceState">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.HPUX.11iv3.OperatingSystem.TotalPercentProcessorTime.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Value$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState HealthState="Success" MonitorTypeStateID="UnderThreshold" ID="UnderThreshold"/>
<OperationalState HealthState="Error" MonitorTypeStateID="OverThreshold" ID="OverThreshold"/>
</OperationalStates>
<Configuration>
<TargetSystem>$Target/Host/Property[Type="Unix!Microsoft.Unix.Computer"]/NetworkName$</TargetSystem>
<Uri>http://schemas.microsoft.com/wbem/wscim/1/cim-schema/2/SCX_ProcessorStatisticalInformation?__cimnamespace=root/scx</Uri>
<Filter/>
<SplitItems>true</SplitItems>
<Interval>300</Interval>
<ObjectName>Processor</ObjectName>
<CounterName>% Processor Time</CounterName>
<InstanceName>_Total</InstanceName>
<InstanceProperty>//*[local-name()="Name"]</InstanceProperty>
<Value>$Data///*[local-name()="PercentProcessorTime"]$</Value>
<Threshold>95</Threshold>
<NumSamples>5</NumSamples>
</Configuration>
</UnitMonitor>