プロセッサの合計 DPC 時間の割合

Microsoft.Windows.Client.Vista.OperatingSystem.TotalPercentDPCTime.Collection (Rule)

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

Knowledge Base article:

概要

このルールは、Processor\% DPC Time パフォーマンス カウンタのパフォーマンス データを収集します。この情報は、1 つ以上の表示およびレポートで収集され、表示されます。

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

Element properties:

TargetMicrosoft.Windows.Client.Vista.OperatingSystem
CategoryPerformanceCollection
EnabledFalse
Instance NameProcessor
Counter Name\% DPC Time
Frequency900
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.Client.Vista.OperatingSystem.TotalPercentDPCTime.Collection" Enabled="false" Target="Vista!Microsoft.Windows.Client.Vista.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>% DPC Time</CounterName>
<ObjectName>Processor</ObjectName>
<InstanceName>_Total</InstanceName>
<AllInstances>false</AllInstances>
<Frequency>900</Frequency>
<Tolerance>2</Tolerance>
<ToleranceType>Absolute</ToleranceType>
<MaximumSampleSeparation>4</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>