Processor Percent Interrupt Time

Microsoft.Linux.Universal.Processor.PercentInterruptTime.Monitor (UnitMonitor)

Universal Linux Processor Percent Interrupt Time 監視

Knowledge Base article:

摘要

中斷時間的百分比 (適用於單一處理器) 偏高。可能會對系統效能造成負面影響。

處理器中斷時間即是單一處理器花在接收和服務硬體中斷的時間。此值是產生插斷的裝置 (如系統時鐘、滑鼠、儲存控制器、資料通訊線路、網路介面卡及其他週邊裝置) 活動的間接指示器。當這些裝置完成工作或有需求時,通常會對處理器發出插斷。在中斷期間會暫停執行一般執行緒。

監視閾值是針對輪詢代理程式時傳回的平均值進行分析,其中 [範例數] 參數用於控制平均計算中所含的範例數。代理程式傳回的值是在 1 分鐘的間隔內查詢的 5 個最新值的彙總平均。

設定

預設會停用個別處理器的監視。若要啟用監視,可啟用名為 [探索 Universal Linux 處理器] 的物件探索。

預設設定

參數

預設值

閾值

10

間隔時間 (秒)

300

範例數

3

您可以使用覆寫,針對所有執行個體或特定執行個體或群組來變更上述定義的參數值。

原因

發生中斷時間過高的情況通常表示硬體裝置發生問題。

解決方式

應檢查系統記錄檔,以判定裝置錯誤。

Element properties:

TargetMicrosoft.Linux.Universal.Processor
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Unix.WSMan.Performance.Filtered.Average.Threshold.MonitorType
RemotableTrue
AccessibilityPublic
Alert Message
中斷時間百分比過高
[Processor\\% Interrupt Time\] 效能計數器已超過閾值。以下的值已超過閾值: {0}.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Linux.Universal.Processor.PercentInterruptTime.Monitor" Accessibility="Public" Target="Universal!Microsoft.Linux.Universal.Processor" TypeID="Unix!Microsoft.Unix.WSMan.Performance.Filtered.Average.Threshold.MonitorType" Enabled="true" ParentMonitorID="SystemHealth!System.Health.PerformanceState">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.Linux.Universal.Processor.PercentInterruptTime.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Value$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState HealthState="Success" MonitorTypeStateID="UnderThreshold" ID="UnderThreshold"/>
<OperationalState HealthState="Error" MonitorTypeStateID="OverThreshold" ID="OverThreshold"/>
</OperationalStates>
<Configuration>
<TargetSystem>$Target/Host/Property[Type="Unix!Microsoft.Unix.Computer"]/NetworkName$</TargetSystem>
<Uri>http://schemas.microsoft.com/wbem/wscim/1/cim-schema/2/SCX_ProcessorStatisticalInformation?__cimnamespace=root/scx</Uri>
<Filter/>
<SplitItems>true</SplitItems>
<Interval>300</Interval>
<ObjectName>Processor</ObjectName>
<CounterName>% Interrupt Time</CounterName>
<InstanceName>$Target/Property[Type="Unix!Microsoft.Unix.Processor"]/PerfmonInstance$</InstanceName>
<InstanceProperty>/DataItem/WsManData/*[local-name(.)='SCX_ProcessorStatisticalInformation']/*[local-name(.)='Name']</InstanceProperty>
<Value>$Data/WsManData/*[local-name(.)='SCX_ProcessorStatisticalInformation']/*[local-name(.)='PercentInterruptTime']$</Value>
<Threshold>10</Threshold>
<NumSamples>3</NumSamples>
</Configuration>
</UnitMonitor>