İşlemci Bilgisi \% DPC Zamanı Windows Server 2016 ve üzeri

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

İşlemci Bilgileri\\% DPC Zamanı performans sayacını toplar

Knowledge Base article:

Özet

Bu kural, İşlemci Bilgileri\% DPC Zamanı performans sayacı için performans verileri toplar.

İşlemci Bilgileri\% DPC Zamanı performans sayacı, örnek zaman aralığında işlemcinin ertelenmiş yordam çağrıları (DPC'ler) alarak ve bunlara hizmet vererek harcadığı zaman yüzdesini sunar. DPC'ler standart kesmelerden daha düşük bir öncelikte çalışan kesmelerdir. DPC'ler ayrıcalıklı modda yürütüldüğünden DPC Zamanı Yüzdesi, Ayrıcalıklı Zaman Yüzdesinin bir bileşenidir. Ayrı olarak sayılır ve kesme sayaçlarının bir bileşeni değildir. Bu sayaç, ortalama meşgul kalma süresini örnek sürenin yüzdesi olarak gösterir.

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>