Windows Server 2016 이상 프로세서 정보 DPC 시간(\%)

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

프로세서 정보\DPC 시간 비율 성능 카운터를 수집합니다.

Knowledge Base article:

요약

이 규칙은 프로세서 정보\DPC 시간 비율 성능 카운터에 대한 성능 데이터를 수집합니다.

프로세서 정보\DPC 시간 비율 성능 카운터는 샘플 간격 동안 프로세서가 DPC(유예된 프로시저 호출)를 수신 및 처리하는 데 걸린 시간의 비율을 제공합니다. DPC는 표준 인터럽트보다 낮은 우선 순위에서 실행되는 인터럽트입니다. DPC는 특권 모드에서 실행되므로 DPC 시간 비율은 % 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>