スキーマ マスター LDAP バインド パフォーマンス コレクション

Microsoft.Windows.Server.2012.AD.Performance.FsmoResponse.Bind.Schema.PerformanceCollection (Rule)

スキーマ マスター LDAP バインド回数のコレクション。

Knowledge Base article:

概要

このルールは、スキーマ マスター FSMO の役割所有者への LDAP バインドの時間を収集します。

LDAP バインド時間によって、重要なドメイン コントローラーのパフォーマンスが影響を受けているかどうかを特定できる場合があります。

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.Performance.FsmoResponse.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.Performance.FsmoResponse.Bind.Schema.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.Performance.FsmoResponse.DataSource">
<IntervalSeconds>3600</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<FsmoType>1</FsmoType>
</DataSource>
</DataSources>
<ConditionDetection ID="PerfMapper" TypeID="SystemPerf!System.Performance.DataGenericMapper">
<ObjectName>Schema Op Master</ObjectName>
<CounterName>Op Master Schema Last Bind</CounterName>
<InstanceName>Schema Master bind latency</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>