割り込み時間の合計割合

Microsoft.Windows.Client.Vista.OperatingSystem.TotalPercentInterruptTime (UnitMonitor)

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

Knowledge Base article:

概要

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

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

原因

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

Source Code:

<UnitMonitor ID="Microsoft.Windows.Client.Vista.OperatingSystem.TotalPercentInterruptTime" Accessibility="Public" Enabled="true" Target="Vista!Microsoft.Windows.Client.Vista.OperatingSystem" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="SystemPerf!System.Performance.AverageThreshold" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Client.Vista.OperatingSystem.TotalPercentInterruptTime.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Value$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="OverThreshold" MonitorTypeStateID="OverThreshold" HealthState="Error"/>
<OperationalState ID="UnderThreshold" MonitorTypeStateID="UnderThreshold" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>% Interrupt Time</CounterName>
<ObjectName>Processor</ObjectName>
<InstanceName>_Total</InstanceName>
<Frequency>120</Frequency>
<Threshold>10</Threshold>
<NumSamples>5</NumSamples>
</Configuration>
</UnitMonitor>