Global Catalog Search Response Time Collection

Microsoft.Windows.Server.2016.AD.Performance.GCResponse.PerformanceCollection (Rule)

Collection for Global Catalog Search Time

Knowledge Base article:

Summary

This rule collects LDAP search times against a Global Catalogue DC in the Domain.

This performance collection can help determine if there is a performance issue with the the Global Catalogue service in the domain.

Element properties:

TargetMicrosoft.Windows.Server.2016.AD.GlobalCatalogServerRole
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableFalse

Member Modules:

ID Module Type TypeId RunAs 
ScriptDS DataSource Microsoft.Windows.Server.2016.AD.Performance.GCResponse.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.2016.AD.Performance.GCResponse.PerformanceCollection" Enabled="true" Target="AD2016Core!Microsoft.Windows.Server.2016.AD.GlobalCatalogServerRole" ConfirmDelivery="false" Remotable="false" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="ScriptDS" TypeID="Microsoft.Windows.Server.2016.AD.Performance.GCResponse.DataSource">
<IntervalSeconds>900</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<WarnThreshold>5</WarnThreshold>
<ErrorThreshold>10</ErrorThreshold>
<NumSamples>3</NumSamples>
</DataSource>
</DataSources>
<ConditionDetection ID="PerfMapper" TypeID="SystemPerf!System.Performance.DataGenericMapper">
<ObjectName>General Response</ObjectName>
<CounterName>Global Catalog Search Time</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>