CPU 插斷時間百分比

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

監視 CPU 插斷時間百分比

Knowledge Base article:

摘要

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

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

原因

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

解決方式

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

啟動處理器效能檢視

% 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.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>