Processeur - Pourcentage du temps DPC total Windows Server 2012

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

Collecte les données du compteur de performances Processeur\Pourcentage du temps DPC

Knowledge Base article:

Résumé

Cette règle collecte les données de performances du compteur de performance Processeur\Pourcentage du temps DPC.

Le compteur de performance Processeur\% Temps DPC expose le pourcentage de temps que le processeur a consacré à recevoir et à traiter les appels de procédure différés (DPC) durant l'intervalle échantillon. Les appels DPC sont des interruptions qui s'exécutent à un niveau de priorité inférieure par rapport aux interruptions standard. Le Pourcentage du temps DPC est un composant du Pourcentage du temps privilégié car les DPC sont exécutés en mode privilégié. Ils sont comptés séparément et ne sont pas un composant des compteurs d'interruption. Ce compteur affiche le temps moyen d'occupation comme un pourcentage de temps sur l'intervalle échantillon.

Element properties:

TargetMicrosoft.Windows.Server.6.2.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.6.2.OperatingSystem.TotalPercentDPCTime.Collection" Enabled="false" Target="WindowsServer!Microsoft.Windows.Server.6.2.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>