CPU の割り込み時間の割合 (Windows Server 2008 R2)

Microsoft.Windows.Server.2008.R2.Processor.PercentInterruptTime (UnitMonitor)

Windows Server 2008 R2 オペレーティング システムの CPU の割り込み時間の割合を監視します。

Knowledge Base article:

概要

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

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

このモニターは、Windows Server 2008 R2 オペレーティング システムだけで有効です。

原因

高い % 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.Server.2008.Processor
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledFalse
Instance NameProcessor Information
Counter Name\% Interrupt Time
Frequency120
Alert GenerateFalse
Alert Auto ResolveTrue
Monitor TypeSystem.Performance.ConsecutiveSamplesThreshold
RemotableTrue
AccessibilityPublic
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2008.R2.Processor.PercentInterruptTime" Accessibility="Public" Enabled="false" Target="Server2008!Microsoft.Windows.Server.2008.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 Information</ObjectName>
<InstanceName>$Target/Property[Type="WindowsServer!Microsoft.Windows.Server.Processor"]/PerfmonInstance$</InstanceName>
<Frequency>120</Frequency>
<Threshold>10</Threshold>
<Direction>greaterequal</Direction>
<NumSamples>5</NumSamples>
</Configuration>
</UnitMonitor>