處理器資訊 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 Time 是 % Privileged Time 的元件,因為 DPC 在特殊權限模式中執行。這些 DPC 為另外計數,且不屬於插斷計數器的元件。此計數器會以百分比顯示取樣時間的平均忙碌時間。

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>