插斷時間百分比總計 (Windows Server 2008 R2 作業系統)

Microsoft.Windows.Server.2008.R2.OperatingSystem.TotalPercentInterruptTime (UnitMonitor)

監視 Windows Server 2008 R2 作業系統中的 Percentage Interrupt Time。

Knowledge Base article:

摘要

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

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

此監視器只適用於 Windows Server 2008 R2 作業系統。

原因

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

解決方式

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

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

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

啟動 Processor % Interrupt Time 效能檢視

其他

如需有關 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.2008.R2.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\\% Interrupt Time\_Total 效能計數器已超過閾值。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2008.R2.OperatingSystem.TotalPercentInterruptTime" Accessibility="Public" Enabled="false" Target="Server2008!Microsoft.Windows.Server.2008.R2.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.2008.R2.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>