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

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

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

Knowledge Base article:

概要

このモニタは、プロセスの割り込み時間の割合を確認します。このモニタからアラートを受け取った場合は、システムを動作状態に戻すために操作が必要になることがあります。

Percent Interrupt Time は、サンプリング間隔でプロセッサがハードウェア割り込みを受け取り処理するのに費やした時間の割合をパーセントで表示します。この値は、システム クロック、ディスク ドライバ、データ通信ライン、ネットワーク インターフェイス カードおよびその他の周辺機器など割り込みを発生するデバイスの処理状況を間接的に示します。これらデバイスによるプロセッサへの割り込みは、通常タスクが完了したときまたは注意を必要とするときに発生します。

原因

高い % Interrupt Time 値は、ほとんどの場合ハードウェア デバイスに問題があることを示しています。

解決方法

% Interrupt Time カウンタでは、高い % Interrupt Time の原因となったデバイスは特定されません。デバイス エラーを特定するため、システム ログ ファイルを確認する必要があります。

Element properties:

TargetMicrosoft.Linux.SLES.10.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.10.Processor.PercentInterruptTime.Monitor" Accessibility="Public" Target="Microsoft.Linux.SLES.10.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.10.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>//*[local-name()="Name"]</InstanceProperty>
<Value>$Data///*[local-name()="PercentInterruptTime"]$</Value>
<Threshold>10</Threshold>
<NumSamples>5</NumSamples>
</Configuration>
</UnitMonitor>