MSSQL 2016: DB 디스크 쓰기 대기 시간(밀리초)

Microsoft.SQLServer.2016.Database.DiskWriteLatency.Collection (Rule)

SQL 2016 DB 디스크 쓰기 대기 시간(밀리초) 성능 수집 규칙입니다. 데이터베이스 파일을 호스팅하는 모든 논리적 디스크에서 최대 디스크 쓰기 대기 시간을 가져옵니다.

Knowledge Base article:

요약

MSSQL 2016: DB 디스크 쓰기 대기 시간(밀리초)

SQL 2016 DB 디스크 쓰기 대기 시간(밀리초) 성능 수집 규칙입니다. 데이터베이스 파일을 호스팅하는 모든 논리적 디스크에서 최대 디스크 쓰기 대기 시간을 가져옵니다.

재정의 가능한 매개 변수

이름

설명

기본값

사용

워크플로를 사용하거나 사용하지 않도록 설정합니다.

간격(초)

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

900

동기화 시간

24시간 형식으로 지정된 동기화 시간입니다. 생략될 수 있습니다.

00:19

제한 시간(초)

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

300

Element properties:

TargetMicrosoft.SQLServer.2016.Database
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SQLServer.2016.Database.DiskWriteLatency.DataSourceMapped Microsoft.SQLServer.MonitoringAccount
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.SQLServer.2016.Database.DiskWriteLatency.Collection" Enabled="true" Target="SQL2016Core!Microsoft.SQLServer.2016.Database" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SQLServer.2016.Database.DiskWriteLatency.DataSourceMapped" RunAs="GPMP!Microsoft.SQLServer.MonitoringAccount">
<IntervalSeconds>900</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<SyncTime/>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>