İşlemci \% DPC Zamanı 2003

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

Performans sayacını toplar İşlemci\\% DPC Zamanı

Knowledge Base article:

Özet

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

İşlemci\% 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 kesilmelerden daha düşük bir öncelikte çalışan kesilmelerdir. % DPC Zamanı, % Ayrıcalıklı Zamanın bir bileşenidir çünkü DPC'ler ayrıcalıklı modda yürütülür. 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.2003.Processor
CategoryPerformanceCollection
EnabledFalse
Instance NameProcessor
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.2003.Processor.PercentDPCTime.Collection" Enabled="false" Target="Microsoft.Windows.Server.2003.Processor">
<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>$Target/Property[Type="WindowsServer!Microsoft.Windows.Server.Processor"]/PerfmonInstance$</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>