處理器資訊總插斷時間百分比 Windows Server 2008 R2

Microsoft.Windows.Server.2008.R2.OperatingSystem.TotalPercentInterruptTime.Collection (Rule)

收集 Windows Server 2008 R2 作業系統中的效能計數器 Processor Information\\% Interrupt Time

Knowledge Base article:

摘要

此規則會收集 Windows Server 2008 R2 作業系統中 Processor Information\% Interrupt Time 效能計數器的效能資料。

Processor Information\% Interrupt Time 效能計數器會顯示處理器在取樣間隔期間花費在接收與處理硬體插斷的時間。 此值是產生插斷的裝置 (如系統時鐘、滑鼠、磁碟驅動程式、資料通訊線路、網路介面卡及其他週邊裝置) 活動的間接指示器。 當這些裝置完成工作或有需求時,通常會對處理器發出插斷。 在插斷期間會暫停執行一般執行緒。 大多數的系統時鐘每 10 毫秒會插斷處理器,於插斷期間暫停執行一般執行緒,以建立插斷活動的背景。 此計數器會以百分比顯示取樣時間的平均忙碌時間。

Element properties:

TargetMicrosoft.Windows.Server.2008.R2.OperatingSystem
CategoryPerformanceCollection
EnabledFalse
Instance NameProcessor Information
Counter Name\% Interrupt Time
Frequency300
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
PerformanceDS DataSource System.Performance.OptimizedDataProvider Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.Windows.Server.2008.R2.OperatingSystem.TotalPercentInterruptTime.Collection" Enabled="false" Target="Server2008!Microsoft.Windows.Server.2008.R2.OperatingSystem">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="PerformanceDS" TypeID="SystemPerf!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>% Interrupt Time</CounterName>
<ObjectName>Processor Information</ObjectName>
<InstanceName>_Total</InstanceName>
<AllInstances>false</AllInstances>
<Frequency>300</Frequency>
<Tolerance>10</Tolerance>
<ToleranceType>Absolute</ToleranceType>
<MaximumSampleSeparation>12</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>