全局编录搜索响应时间监视器

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

监视域控制器上的全局编录搜索时间。

Knowledge Base article:

摘要

全局编录搜索响应监视器。此监视器测量执行全局编录搜索所需的时间。

如果针对指定数目的样本执行搜索花费的平均时间高于配置的阈值,则会生成警报。

配置

间隔:默认为 300 秒

警告阈值:默认为 5 秒

错误阈值:默认为 10 秒

样本数:默认为 3 个

原因

尝试搜索全局编录花费的时间超出了指定的阈值。

解决方案

有关更多信息,请查看警报数据。

如果搜索时间高于配置的阈值,请查看计算机的整体系统性能,以确定是否需要增加资源。另外,请确保活动 AD 站点中有足够数目的 DC。

外部

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
全局编录搜索响应时间运行状况监视器超出了一个或多个阈值。
平均搜索时间高于配置的阈值。
计数器: {0}
平均时间: {1}
样本数:{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>