Genel Katalog Arama Yanıt Süresi İzleyicisi

Microsoft.Windows.Server.2012.AD.Performance.GCResponse.Monitor (UnitMonitor)

Etki alanı denetleyicisinde genel katalog arama süresini izleyin.

Knowledge Base article:

Özet

Genel Katalog Arama Yanıtı İzleyicisi. Bu izleyici, Genel Katalog araması gerçekleştirmek için gerekli olan süreyi ölçer.

Belirtilen örnek sayısı boyunca ortalama arama süresi yapılandırılan eşiğin üzerindeyse bir uyarı oluşturulur.

Yapılandırma

Aralık: varsayılan olarak 300 saniye

Uyarı Eşiği: varsayılan olarak 5 saniye

Hata Eşiği: varsayılan olarak 10 saniye

Örnek Sayısı: varsayılan olarak 3

Nedenler

Genel katalogda arama yapma girişimi belirtilen eşikten daha uzun sürdü.

Çözümler

Ek bilgi için uyarı verilerini görüntüleyin.

Arama süresi yapılandırılan eşiğin üzerindeyse, makinenin ek kaynağa ihtiyacı olup olmadığını belirlemek için genel sistem performansını görüntüleyin ve etkin AD sitelerinde yeterli sayıda DC olduğundan emin olun.

Dış

Element properties:

TargetMicrosoft.Windows.Server.2012.AD.GlobalCatalogServerRole
Parent MonitorMicrosoft.Windows.Server.2012.AD.ResponseMonitors.Performance.AggregateMonitor
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.2012.AD.Performance.GCResponse.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message
Genel Katalog Arama Yanıt Süresi durum izleyicisi, bir veya daha çok eşiği aştı.
Ortalama arama süresi, yapılandırılan eşiğin üzerinde.
Sayaç: {0}
Ort. Süre: {1}
Örnek sayısı: {2}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2012.AD.Performance.GCResponse.Monitor" Accessibility="Public" Enabled="true" Target="AD2012Core!Microsoft.Windows.Server.2012.AD.GlobalCatalogServerRole" ParentMonitorID="Microsoft.Windows.Server.2012.AD.ResponseMonitors.Performance.AggregateMonitor" Remotable="false" Priority="Normal" TypeID="Microsoft.Windows.Server.2012.AD.Performance.GCResponse.Monitortype" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2012.AD.Performance.GCResponse.Monitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data[Default='']/Context/CounterName$</AlertParameter1>
<AlertParameter2>$Data[Default='']/Context/Value$</AlertParameter2>
<AlertParameter3>$Data[Default='']/Context/SampleCount$</AlertParameter3>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ResponseOK" MonitorTypeStateID="ResponseOK" HealthState="Success"/>
<OperationalState ID="ResponseWarn" MonitorTypeStateID="ResponseWarn" HealthState="Warning"/>
<OperationalState ID="ResponseError" MonitorTypeStateID="ResponseError" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>300</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<WarnThreshold>5</WarnThreshold>
<ErrorThreshold>10</ErrorThreshold>
<NumSamples>3</NumSamples>
</Configuration>
</UnitMonitor>