AD 프로세서 오버로드(lsass) 모니터

AD_CPU_Overload.Monitor (UnitMonitor)

Knowledge Base article:

요약

AD 프로세서 오버로드(lsass)입니다. Active Directory 디렉터리 서비스의 코어 프로세스(Lsass.exe)가 많은 CPU 리소스를 사용하고 있습니다.

구성

가능한 원인은 다음과 같습니다.

Element properties:

TargetMicrosoft.Windows.Server.2003.AD.DomainControllerRole
Parent MonitorSystem.Health.PerformanceState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeAD_CPU_Overload.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message

LSASS 프로세스 높은 프로세서 로드가 감지됨

몇 차례의 풀링 기간 동안 도메인 컨트롤러에서 LSASS 프로세스에 대한 높은 프로세서 로드가 나타났습니다.
RunAsDefault

Source Code:

<UnitMonitor ID="AD_CPU_Overload.Monitor" Accessibility="Public" Enabled="onStandardMonitoring" Target="AD2003Core!Microsoft.Windows.Server.2003.AD.DomainControllerRole" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="false" Priority="Normal" TypeID="AD_CPU_Overload.Monitortype" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="AD_CPU_Overload.Monitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ADCPUOverloadOk" MonitorTypeStateID="ADCPUOverloadOk" HealthState="Success"/>
<OperationalState ID="ADCPUOverloadError" MonitorTypeStateID="ADCPUOverloadError" HealthState="Error"/>
</OperationalStates>
<Configuration>
<Frequency>300</Frequency>
<NumSamples>5</NumSamples>
<Threshold>80</Threshold>
</Configuration>
</UnitMonitor>