디스크 쓰기 대기 시간

Microsoft.SQLServer.2014.Database.DiskWriteLatencyMonitor (UnitMonitor)

2014 DB의 디스크 쓰기 대기 시간 모니터입니다. 참고: 이 모니터는 기본적으로 사용하지 않도록 설정되어 있습니다. 필요한 경우 사용하도록 설정하려면 재정의를 사용하십시오.

Knowledge Base article:

요약

모니터가 디스크 쓰기 작업의 대기 시간을 확인하고 경고를 발생시킵니다.

이 경고는 디스크에 쓰는 데 걸린 평균 시간이 특정 간격 중의 임계값보다 높게 유지되었음을 나타냅니다.

원인

이 문제는 Microsoft SQL Server 성능 또는 디스크 병목 현상으로 인해 발생할 수 있습니다.

해결 방법

이 오류를 해결하려면 다음 중 하나 이상을 수행합니다.:

SQL Server 최선의 방법 문서(디스크 구성 최선의 방법 및 일반적인 문제)

http://msdn.microsoft.com/library/cc966412.aspx#EEAA

재정의 가능한 매개 변수

이름

설명

기본값

사용

 

아니요

알림 생성

 

간격(초)

워크플로를 실행하는 반복 시간 간격(초)입니다.

300

샘플 수

상태가 변경되기 전 측정된 값이 임계값을 위반한 횟수를 나타냅니다.

6

임계값

수집된 값이 이 매개 변수와 비교됩니다.

25

제한 시간(초)

워크플로를 닫고 실패로 표시하기 전에 워크플로를 실행할 수 있는 시간을 지정합니다.

200

Element properties:

TargetMicrosoft.SQLServer.2014.Database
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SQLServer.2014.Database.DiskWriteLatency.MonitorType
RemotableTrue
AccessibilityPublic
Alert Message
MSSQL 2014: 디스크 쓰기 대기 시간이 너무 깁니다.
컴퓨터 "{2}" 탑재 지점 "{3}"의 SQL 인스턴스 "{1}"에서 데이터베이스 "{0}"의 디스크 쓰기 대기 시간 "{4}"이(가) 너무 높습니다. 자세한 내용은 "경고 컨텍스트" 탭을 참조하십시오.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SQLServer.2014.Database.DiskWriteLatencyMonitor" Accessibility="Public" Enabled="false" Target="SQL2014Core!Microsoft.SQLServer.2014.Database" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="Microsoft.SQLServer.2014.Database.DiskWriteLatency.MonitorType" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.SQLServer.2014.Database.DiskWriteLatencyMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="SQL2014Core!Microsoft.SQLServer.2014.Database"]/DatabaseName$</AlertParameter1>
<AlertParameter2>$Target/Host/Property[Type="SQL2014Core!Microsoft.SQLServer.2014.ServerRole"]/InstanceName$</AlertParameter2>
<AlertParameter3>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter3>
<AlertParameter4>$Data/Context/ObjectName$</AlertParameter4>
<AlertParameter5>$Data/Context/Value$</AlertParameter5>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Normal" MonitorTypeStateID="Normal" HealthState="Success"/>
<OperationalState ID="Error" MonitorTypeStateID="Error" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>300</IntervalSeconds>
<TimeoutSeconds>200</TimeoutSeconds>
<Threshold>25</Threshold>
<NumSamples>6</NumSamples>
<SyncTime/>
</Configuration>
</UnitMonitor>