CPU 插斷時間百分比

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

監視 CPU 插斷時間百分比

Knowledge Base article:

摘要

處理器的 % Interrupt Time (Processor Information\% Interrupt Time) 已超過閾值。整體系統效能可能會明顯下降,進而造成作業系統與應用程式效能不良。

% Interrupt Time 是處理器在取樣間隔期間花費在接收與處理硬體插斷的時間。此值是產生插斷的裝置 (如系統時鐘、滑鼠、磁碟驅動程式、資料通訊線路、網路介面卡及其他週邊裝置) 活動的間接指示器。當這些裝置完成工作或有需求時,通常會對處理器發出插斷。

原因

% Interrupt Time 過高通常表示硬體裝置發生問題。

解決方式

若要檢視最近的 Processor Information\% Interrupt Time 歷程,可使用下列檢視:

啟動 Processor 效能檢視

% Interrupt Time 計數器無法明確指出造成 % Interrupt Time 過高的裝置。若要確認此裝置,請使用 Kernrate Viewer (KrView.exe) 或「處理追蹤資訊」事件確定發送最為頻繁的 ISR。

識別此裝置之後,應連絡廠商以確定最終解決方式。

其他

如需有關 Kernrate Viewer 的詳細資訊,請參閱 Microsoft 下載中心網站,網址是 http://go.microsoft.com/fwlink/?LinkId=27748

如需有關處理器物件的詳細資訊,請參閱 Microsoft Corporation 網站,網址是 http://go.microsoft.com/fwlink/?LinkId=27758

如需有關分析處理器活動的詳細資訊,請參閱 Microsoft® Windows 2000 Resource Kits 網站,網址是 http://go.microsoft.com/fwlink/?LinkId=27678

Element properties:

TargetMicrosoft.Windows.Server.6.2.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.6.2.Processor.PercentInterruptTime" Accessibility="Public" Enabled="false" Target="WindowsServer!Microsoft.Windows.Server.6.2.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>