Leistungserfassung für AD-Replikationswarteschlange

Microsoft.Windows.Server.2012.AD.Replication.Queue.PerformanceCollection (Rule)

Erfassung für die Größe der AD-Replikationswarteschlange.

Knowledge Base article:

Zusammenfassung

Diese Regel erfasst die Größe der Replikationswarteschlange für einen Domänencontroller.

Diese Leistungserfassung kann bei der Bestimmung helfen, ob eine Replikationsverzögerung in Ihrer Domäne vorliegt oder ob bei Ihrer Domäne Probleme in Bezug auf die Domänenauslastung vorliegen.

Element properties:

TargetMicrosoft.Windows.Server.2012.AD.DomainControllerRole
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableFalse

Member Modules:

ID Module Type TypeId RunAs 
ScriptDS DataSource Microsoft.Windows.Server.2012.AD.Replication.Queue.DataSource Default
PerfMapper ConditionDetection System.Performance.DataGenericMapper Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.Windows.Server.2012.AD.Replication.Queue.PerformanceCollection" Enabled="true" Target="AD2012Core!Microsoft.Windows.Server.2012.AD.DomainControllerRole" ConfirmDelivery="false" Remotable="false" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="ScriptDS" TypeID="Microsoft.Windows.Server.2012.AD.Replication.Queue.DataSource">
<Frequency>900</Frequency>
<TimeoutSeconds>300</TimeoutSeconds>
<WarnThreshold>20</WarnThreshold>
<ErrorThreshold>50</ErrorThreshold>
<NumSamples>3</NumSamples>
</DataSource>
</DataSources>
<ConditionDetection ID="PerfMapper" TypeID="SystemPerf!System.Performance.DataGenericMapper">
<ObjectName>AD Replication</ObjectName>
<CounterName>AD Replication Queue</CounterName>
<InstanceName>$data/Property[@Name='StatusInstance']$</InstanceName>
<Value>$data/Property[@Name='StatusValue']$</Value>
</ConditionDetection>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>