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

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

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

Knowledge Base article:

概要

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

Processor Information\% DPC Time パフォーマンス カウンターは、サンプリング時間のうち、プロセッサが遅延プロシージャ呼び出し (DPC) の受信と処理にどの程度時間を費やしたかをパーセントで示します。DPC は標準割り込みより低い優先順位で実行する割り込みです。DPC は特権モードで実行されるので、% DPC Time は % Privileged Time のコンポーネントになっています。% DPC Time と % Privileged Time は別々にカウントされ、割り込みのカウンターのコンポーネントには含まれていません。このカウンターは、平均ビジー時間をサンプリング時間の割合として表示します。

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