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

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

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

Knowledge Base article:

요약

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

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

Element properties:

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

Member Modules:

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

Source Code:

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