Replication Change Delay Performance Collection

Microsoft.Windows.Server.LDS.Replication.Monitoring.Update.PerformanceCollection (Rule)

This rule collects performance data regarding the amount of time since a change was injected on a remote AD LDS instance.

Element properties:

TargetMicrosoft.Windows.Server.LDS.ApplicationPartitionInstance
CategoryPerformanceCollection
EnabledFalse
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.Server.LDS.Replication.Monitoring.PerfDataSource Default
FilterPerf ConditionDetection Microsoft.Windows.Server.LDS.PerfFilterMapper Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.Windows.Server.LDS.Replication.Monitoring.Update.PerformanceCollection" Enabled="false" Target="LDS!Microsoft.Windows.Server.LDS.ApplicationPartitionInstance" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.Windows.Server.LDS.Replication.Monitoring.PerfDataSource">
<IntervalSeconds>900</IntervalSeconds>
<TimeoutSeconds>120</TimeoutSeconds>
<LDAPPort>$Target/Property[Type="LDS!Microsoft.Windows.Server.LDS.ApplicationPartitionInstance"]/LDAPPort$</LDAPPort>
<TargetFQDN>$Target/Property[Type="LDS!Microsoft.Windows.Server.LDS.ApplicationPartitionInstance"]/Host$</TargetFQDN>
<PartitionDN>$Target/Property[Type="LDS!Microsoft.Windows.Server.LDS.ApplicationPartitionInstance"]/DistinguishedName$</PartitionDN>
<PartitionName>$Target/Property[Type="LDS!Microsoft.Windows.Server.LDS.ApplicationPartitionInstance"]/Name$</PartitionName>
<ConfigurationSet>$Target/Property[Type="LDS!Microsoft.Windows.Server.LDS.ApplicationPartitionInstance"]/ConfigurationSet$</ConfigurationSet>
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
<ObjectUpdateThreshold>24</ObjectUpdateThreshold>
<IntersiteExpectedMaxLatency>15</IntersiteExpectedMaxLatency>
<IntrasiteExpectedMaxLatency>5</IntrasiteExpectedMaxLatency>
<LogSuccessEvent>false</LogSuccessEvent>
</DataSource>
</DataSources>
<ConditionDetection ID="FilterPerf" TypeID="LDS!Microsoft.Windows.Server.LDS.PerfFilterMapper">
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>CounterName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>Replication Change Injection Delay</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<ObjectName>$Data/ObjectName$</ObjectName>
<CounterName>$Data/CounterName$</CounterName>
<InstanceName>$Data/InstanceName$</InstanceName>
<Value>$Data/Value$</Value>
</ConditionDetection>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>