プロセッサ情報: 割り込み時間の割合 - Windows Server 2016 以降

Microsoft.Windows.Server.10.0.Processor.PercentInterruptTime.Collection (Rule)

Processor Information\\% Interrupt Time パフォーマンス カウンターの値を収集します

Knowledge Base article:

概要

このルールは、Processor Information\% Interrupt Time パフォーマンス カウンター用のパフォーマンス データを収集します。

Processor Information\% Interrupt Time パフォーマンス カウンターは、サンプリング時間のうち、プロセッサがハードウェアの割り込みの受信と処理にどの程度時間を費やしたかを示します。この値は、システム クロック、マウス、ディスク ドライバー、データ通信回線、ネットワーク インターフェイス カードや周辺機器など、割り込みを発生させるデバイスの動作状況を間接的に示します。これらデバイスによるプロセッサへの割り込みは、通常タスクが完了したときまたは注意を必要とするときに発生します。標準スレッドの実行は、割り込みの間は中断します。システム クロックの多くは、10 ミリ秒ごとにプロセッサに割り込んで、割り込み動作のバックグラウンドを形成します。割り込み中は通常のスレッドの実行が中断されます。このカウンターは、平均ビジー時間をサンプリング時間の割合として表示します。

Element properties:

TargetMicrosoft.Windows.Server.10.0.Processor
CategoryPerformanceCollection
EnabledFalse
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
PerformanceDS DataSource Microsoft.Windows.Server.10.0.Processor.Performance.ModuleType Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.Windows.Server.10.0.Processor.PercentInterruptTime.Collection" Enabled="false" Target="ServervNext!Microsoft.Windows.Server.10.0.Processor">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="PerformanceDS" TypeID="Microsoft.Windows.Server.10.0.Processor.Performance.ModuleType">
<CounterName>% Interrupt Time</CounterName>
<ObjectName>Processor</ObjectName>
<InstanceName>$Target/Property[Type="WindowsServer!Microsoft.Windows.Server.Processor"]/PerfmonInstance$</InstanceName>
<Frequency>300</Frequency>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>