SSIS 2012: 파이프라인: 읽은 행 수

Microsoft.SQLServer.2012.SQLServer_SSIS_Pipeline_Rows_Read_15.0_minutes_2_Rule (Rule)

Knowledge Base article:

요약

이 카운터는 원본에서 생성하는 행 개수를 나타냅니다. 조회 변환이 참조 테이블에서 읽은 행은 포함되지 않습니다. 이 카운터는 15분 간격으로 폴링됩니다.

모든 SQL Express 버전에서는 기본 제공되는 데이터 원본 커넥터와 함께 SQL Server 가져오기 및 내보내기 마법사만 지원합니다.

외부

자세한 내용은 온라인 설명서의 "데이터 흐름 엔진의 성능 모니터링" 항목을 참조하세요.

재정의 가능한 매개 변수

이름

설명

기본값

사용

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

빈도(초)

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

900

Element properties:

TargetMicrosoft.SQLServer.2012.IntegrationServices
CategoryPerformanceCollection
EnabledTrue
Instance NameSQLServer:SSIS Pipeline 11.0
Counter NameRows read
Frequency900
Alert GenerateFalse
RemotableTrue
CommentMom2012ID='{593A7F7E-3AAA-4705-8BB0-352C394569B8}';MOM2012GroupID={1F778D67-2E2C-4970-B2D1-FED33A1E440B}

Member Modules:

ID Module Type TypeId RunAs 
_88D6ADD1_FD12_4CB1_AE07_D14F4CB57D17_ DataSource System.Performance.DataProvider Microsoft.SQLServer.SQLProbeAccount
CollectPerfData WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
CollectPerfDataWarehouse WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.SQLServer.2012.SQLServer_SSIS_Pipeline_Rows_Read_15.0_minutes_2_Rule" Target="SQL2012Core!Microsoft.SQLServer.2012.IntegrationServices" Enabled="true" ConfirmDelivery="false" Comment="Mom2012ID='{593A7F7E-3AAA-4705-8BB0-352C394569B8}';MOM2012GroupID={1F778D67-2E2C-4970-B2D1-FED33A1E440B}">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="_88D6ADD1_FD12_4CB1_AE07_D14F4CB57D17_" Comment="{88D6ADD1-FD12-4CB1-AE07-D14F4CB57D17}" TypeID="SystemPerf!System.Performance.DataProvider" RunAs="SQL!Microsoft.SQLServer.SQLProbeAccount">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Rows read</CounterName>
<ObjectName>SQLServer:SSIS Pipeline 11.0</ObjectName>
<Frequency>900</Frequency>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="CollectPerfData" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="CollectPerfDataWarehouse" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>