CPU 割り込み時間の割合

Microsoft.Windows.Client.Win7.Processor.PercentInterruptTime (UnitMonitor)

CPU 割り込み時間の割合を監視します

Knowledge Base article:

概要

プロセッサの % Interrupt Time (Processor\% Interrupt Time) がしきい値を超えました。全体的なシステムのパフォーマンスが著しく低下する可能性があります。これによって、オペレーティング システムとアプリケーションのパフォーマンスが低下します。

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

原因

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

解決方法

Processor\% Interrupt Time の最近の履歴を見るには、次の表示を使用できます。

プロセッサ パフォーマンスの表示の開始

% Interrupt Time カウンタでは、高い % Interrupt Time の原因となったデバイスは特定されません。デバイスを特定するには、Kernrate Viewer (KrView.exe) またはプロセス トレース情報イベントを利用して、最も多くディスパッチされている ISR を特定します。

デバイスを特定したら、ベンダに問い合わせて、最終的な解決方法を決定します。

追加情報

Kernrate Viewer の詳細については、Microsoft ダウンロード センターの Web サイト ( http://go.microsoft.com/fwlink/?LinkId=27748) (英語版の可能性があります) を参照してください。

プロセッサ オブジェクトの詳細については、Microsoft Corporation の Web サイト ( http://go.microsoft.com/fwlink/?LinkId=27758) (英語版の可能性があります) を参照してください。

プロセッサの処理状況の分析の詳細については、Microsoft® Windows 2000 リソース キットの Web サイト ( http://go.microsoft.com/fwlink/?LinkId=27678) (英語版の可能性があります) を参照してください。

Element properties:

TargetMicrosoft.Windows.Client.Win7.Processor
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledTrue
Instance NameProcessor
Counter Name\% Interrupt Time
Frequency120
Alert GenerateFalse
Alert Auto ResolveTrue
Monitor TypeSystem.Performance.ConsecutiveSamplesThreshold
RemotableTrue
AccessibilityPublic
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Client.Win7.Processor.PercentInterruptTime" Accessibility="Public" Enabled="true" Target="Win7!Microsoft.Windows.Client.Win7.Processor" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="SystemPerf!System.Performance.ConsecutiveSamplesThreshold" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<OperationalStates>
<OperationalState ID="OverThreshold" MonitorTypeStateID="ConditionTrue" HealthState="Error"/>
<OperationalState ID="UnderThreshold" MonitorTypeStateID="ConditionFalse" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>% Interrupt Time</CounterName>
<ObjectName>Processor</ObjectName>
<InstanceName>$Target/Property[Type="WindowsClient!Microsoft.Windows.Client.Processor"]/PerfmonInstance$</InstanceName>
<Frequency>120</Frequency>
<Threshold>10</Threshold>
<Direction>greaterequal</Direction>
<NumSamples>5</NumSamples>
</Configuration>
</UnitMonitor>