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

Microsoft.Windows.Server.10.0.OperatingSystem.TotalPercentDPCTime.Collection (Rule)

Processor\\% DPC Time 성능 카운터를 수집합니다.

Knowledge Base article:

요약

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

프로세서\DPC 시간 비율 성능 카운터는 샘플 간격 동안 프로세서가 DPC(유예된 프로시저 호출)를 수신 및 처리하는 데 걸린 시간의 비율을 제공합니다. DPC는 표준 인터럽트보다 낮은 우선 순위에서 실행되는 인터럽트입니다. DPC는 특권 모드에서 실행되므로 DPC 시간 비율은 % Privileged Time의 구성 요소입니다. 이 두 카운터는 개별적으로 계산되며 인터럽트 카운터의 구성 요소가 아닙니다. 이 카운터는 평균 사용 시간을 샘플 시간의 비율로 표시합니다.

Element properties:

TargetMicrosoft.Windows.Server.10.0.OperatingSystem
CategoryPerformanceCollection
EnabledFalse
Instance NameProcessor Information
Counter Name\% DPC Time
Frequency300
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.Server.10.0.OperatingSystem.TotalPercentDPCTime.Collection" Enabled="false" Target="ServervNext!Microsoft.Windows.Server.10.0.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 Information</ObjectName>
<InstanceName>_Total</InstanceName>
<AllInstances>false</AllInstances>
<Frequency>300</Frequency>
<Tolerance>10</Tolerance>
<ToleranceType>Absolute</ToleranceType>
<MaximumSampleSeparation>12</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>