通用類別目錄搜尋回應時間監視器

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

監視網域控制站上的通用類別目錄搜尋時間。

Knowledge Base article:

摘要

通用類別目錄搜尋回應監視器。此監視會測量執行通用類別目錄搜尋所需的時間。

如果指定數目樣本的平均搜尋時間高於設定的閾值,將會產生警示。

設定

間隔:預設值為 300 秒

警告閾值:預設值為 5 秒

錯誤閾值:預設值為 10 秒

樣本數:預設為 3 個

原因

嘗試搜尋通用類別目錄時所花時間超過指定的閾值。

解決方式

檢視警示資料以取得其他資訊。

如果搜尋時間高於指定的閾值,請檢視電腦的整體系統效能,以判斷是否需要額外資源,並確定使用中的 AD 站台擁有足夠數目的 DC。

外部

Element properties:

TargetMicrosoft.Windows.Server.2016.AD.GlobalCatalogServerRole
Parent MonitorMicrosoft.Windows.Server.2016.AD.ResponseMonitors.Performance.AggregateMonitor
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.2016.AD.Performance.GCResponse.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message
通用類別目錄搜尋回應時間健康情況監視器已經超過一或多個閾值。
平均搜尋時間高於設定的閾值。
計數器: {0}
平均時間: {1}
樣本數:{2}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2016.AD.Performance.GCResponse.Monitor" Accessibility="Public" Enabled="true" Target="AD2016Core!Microsoft.Windows.Server.2016.AD.GlobalCatalogServerRole" ParentMonitorID="Microsoft.Windows.Server.2016.AD.ResponseMonitors.Performance.AggregateMonitor" Remotable="false" Priority="Normal" TypeID="Microsoft.Windows.Server.2016.AD.Performance.GCResponse.Monitortype" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2016.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>