プロセッサの割り込み時間の合計割合

Microsoft.Linux.SLES.11.Processor.PercentInterruptTime.Monitor (UnitMonitor)

SUSE Linux Enterprise Server 11 プロセッサの割り込み時間の合計割合モニター

Knowledge Base article:

概要

(1 つのプロセッサの) 割り込み時間の割合が高くなっています。システムのパフォーマンスに悪影響を与える可能性があります。

プロセッサ割り込み時間は、1 つのプロセッサがハードウェア割り込みを受け取って処理するために使用した時間です。この値は、システム クロック、マウス、記憶域コントローラー、データ通信ライン、ネットワーク インターフェイス カードおよびその他の周辺機器など、割り込みを発生するデバイスの処理状況を間接的に示します。これらデバイスによるプロセッサへの割り込みは、通常タスクが完了したときまたは注意を必要とするときに発生します。標準スレッドの実行は、割り込みの間は中断します。

モニターのしきい値は、エージェントへのポーリングで返された値の平均値を基準として分析されます。ここで [サンプル数] パラメーターは、平均値の計算に使用されるサンプルの数を制御します。エージェントによって返される値は、1 分間隔で照会された最新の 5 つの値のローリング平均値です。

構成

個々のディスクの監視は、既定では無効になっています。監視を有効にするには、[SUSE Linux Enterprise Server 11 プロセッサの検出] というオブジェクト検出を有効にします。

既定の構成

パラメーター

既定値

しきい値

10

間隔 (秒)

300

サンプル数

3

上記で定義されたパラメーターの値は、上書きを使用して、すべてのインスタンスまたは特定のインスタンスやグループに対して変更できます。

原因

割り込み時間の値が高い場合、通常はハードウェア デバイスに問題があることを示しています。

解決策

デバイス エラーを特定するため、システム ログ ファイルを確認する必要があります。

Element properties:

TargetMicrosoft.Linux.SLES.11.Processor
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
割り込み時間の割合が高すぎます
Processor\\% Interrupt Time\ パフォーマンス カウンターのしきい値を超えました。しきい値を超えた値は、次のとおりです。 {0}.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Linux.SLES.11.Processor.PercentInterruptTime.Monitor" Accessibility="Public" Target="Microsoft.Linux.SLES.11.Processor" TypeID="Unix!Microsoft.Unix.WSMan.Performance.Filtered.Average.Threshold.MonitorType" Enabled="true" ParentMonitorID="SystemHealth!System.Health.PerformanceState">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.Linux.SLES.11.Processor.PercentInterruptTime.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>% Interrupt Time</CounterName>
<InstanceName>$Target/Property[Type="Unix!Microsoft.Unix.Processor"]/PerfmonInstance$</InstanceName>
<InstanceProperty>/DataItem/WsManData/*[local-name(.)='SCX_ProcessorStatisticalInformation']/*[local-name(.)='Name']</InstanceProperty>
<Value>$Data/WsManData/*[local-name(.)='SCX_ProcessorStatisticalInformation']/*[local-name(.)='PercentInterruptTime']$</Value>
<Threshold>10</Threshold>
<NumSamples>3</NumSamples>
</Configuration>
</UnitMonitor>