CPU 割り込み時間の割合

Microsoft.Windows.Server.10.0.Processor.PercentInterruptTime (UnitMonitor)

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

Knowledge Base article:

概要

プロセッサの割り込み時間の割合 (Processor Information\% Interrupt Time) がしきい値を超えました。システム全体のパフォーマンスが著しく低下する可能性があります。その場合は、オペレーティング システムとアプリケーションのパフォーマンスが低下します。

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

原因

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

解決方法

Processor Information\% 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.Server.10.0.Processor
Parent MonitorMicrosoft.Windows.Server.10.0.Processor.PerformanceRollup
CategoryPerformanceHealth
EnabledFalse
Alert GenerateFalse
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.10.0.Processor.Monitortype
RemotableTrue
AccessibilityPublic
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.10.0.Processor.PercentInterruptTime" Accessibility="Public" Enabled="false" Target="ServervNext!Microsoft.Windows.Server.10.0.Processor" ParentMonitorID="Microsoft.Windows.Server.10.0.Processor.PerformanceRollup" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.Server.10.0.Processor.Monitortype" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<OperationalStates>
<OperationalState ID="OverThreshold" MonitorTypeStateID="OverThreshold" HealthState="Error"/>
<OperationalState ID="UnderThreshold" MonitorTypeStateID="UnderThreshold" HealthState="Success"/>
</OperationalStates>
<Configuration>
<CounterName>% Interrupt Time</CounterName>
<ObjectName>Processor</ObjectName>
<InstanceName>$Target/Property[Type="WindowsServer!Microsoft.Windows.Server.Processor"]/PerfmonInstance$</InstanceName>
<Frequency>120</Frequency>
<Threshold>10</Threshold>
<NumSamples>5</NumSamples>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>