Global Catalog Performance 監視器

Microsoft.Windows.AD.DomainMemberPerspective.Performance.GlobalCatalog.Monitor (UnitMonitor)

針對通用類別目錄執行搜尋來監視它的效能。

Knowledge Base article:

摘要

通用類別目錄搜尋可用性監視器。此監視器會執行通用類別目錄搜尋。

如果搜尋超過指定的閾值,將會產生警示。

設定

間隔:預設值為 300 秒

錯誤閾值:必須超過才會觸發錯誤警示的搜尋時間秒數

警告閾值:必須超過才會觸發警告警示的搜尋時間秒數

原因

嘗試搜尋通用類別目錄時所花時間較預期時間長。

解決方式

確認樹系內有足夠的通用類別目錄可以處理負載。

外部

Element properties:

TargetMicrosoft.Windows.Server.AD.DomainMemberPerspective
Parent MonitorSystem.Health.PerformanceState
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.AD.DomainMemberPerspective.Performance.GlobalCatalog.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message
PDC Ping 效能健康情況監視器已經超過一或多個閾值。

健康情況監視器指令碼已經超出平均 Ping 時間的一或多個閾值。
計數器: {0}
平均時間: {1}
樣本數:{2}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.AD.DomainMemberPerspective.Performance.GlobalCatalog.Monitor" Accessibility="Public" Enabled="true" Target="AD!Microsoft.Windows.Server.AD.DomainMemberPerspective" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="false" TypeID="Microsoft.Windows.AD.DomainMemberPerspective.Performance.GlobalCatalog.Monitortype">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Windows.AD.DomainMemberPerspective.Performance.PdcResponse.Ping.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>
<NumSamples>3</NumSamples>
<ThresholdWarn>5</ThresholdWarn>
<ThresholdError>10</ThresholdError>
</Configuration>
</UnitMonitor>