割り込み時間の合計割合

Microsoft.Windows.Server.10.0.OperatingSystem.TotalPercentInterruptTime (UnitMonitor)

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

Knowledge Base article:

概要

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

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

原因

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

解決方法

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

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

Processor Information\% Interrupt Time の最近の履歴を見るには、次のビューを開きます。

Processor\% Interrupt Time パフォーマンスの表示の開始

追加情報

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.OperatingSystem
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledFalse
Instance NameProcessor Information
Counter Name\% Interrupt Time
Frequency120
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeSystem.Performance.ConsecutiveSamplesThreshold
RemotableTrue
AccessibilityPublic
Alert Message
割り込み時間の合計割合が高すぎます
Processor Information\\% Interrupt Time\_Total パフォーマンス カウンターがしきい値を超えています。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.10.0.OperatingSystem.TotalPercentInterruptTime" Accessibility="Public" Enabled="false" Target="ServervNext!Microsoft.Windows.Server.10.0.OperatingSystem" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="SystemPerf!System.Performance.ConsecutiveSamplesThreshold" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.10.0.OperatingSystem.TotalPercentInterruptTime.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters/>
</AlertSettings>
<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>_Total</InstanceName>
<Frequency>120</Frequency>
<Threshold>10</Threshold>
<Direction>greater</Direction>
<NumSamples>5</NumSamples>
</Configuration>
</UnitMonitor>