AD-Domänencontroller-Leistungssammlung – Metrik für NTDS\Eingehende komprimierte DRA-Bytes (zwischen Standorten vor Komprimierung) in Sekunden

Microsoft.Windows.Server.2012.AD.DomainController.DRAInboundBytes.Collection (Rule)

Knowledge Base article:

Zusammenfassung

Die Regel erfasst die ursprüngliche Größe der eingehenden komprimierten Replikationsdaten (Größe vor der Komprimierung, von DSAs in anderen Standorten) in Byte pro Sekunde zu einem Domänencontroller.

Diese Leistungserfassung kann bei der Bestimmung der Auslastung in einem Domänencontrollers helfen.

Element properties:

TargetMicrosoft.Windows.Server.2012.AD.DomainControllerRole
CategoryPerformanceCollection
EnabledTrue
Instance NameDirectoryServices
Counter NameDRA Inbound Bytes Compressed (Between Sites, Before Compression)/sec
Frequency900
Alert GenerateFalse
RemotableFalse

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.2012.AD.DomainController.DRAInboundBytes.Collection" Enabled="true" Target="AD2012Core!Microsoft.Windows.Server.2012.AD.DomainControllerRole" ConfirmDelivery="false" Remotable="false" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="PerformanceDS" TypeID="SystemPerf!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>DRA Inbound Bytes Compressed (Between Sites, Before Compression)/sec</CounterName>
<ObjectName>DirectoryServices</ObjectName>
<InstanceName>NTDS</InstanceName>
<AllInstances>false</AllInstances>
<Frequency>900</Frequency>
<Tolerance>5</Tolerance>
<ToleranceType>Percentage</ToleranceType>
<MaximumSampleSeparation>4</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>