SSIS 2008: 파이프라인: 스풀링된 버퍼

Microsoft.SQLServer.2008.SQLServer_SSIS_Pipeline_Buffers_Spooled_15.0_minutes_2_Rule (Rule)

Knowledge Base article:

요약

디스크에 현재 기록된 버퍼 수입니다. 데이터 흐름 엔진에 물리적 메모리가 부족하면 현재 사용되지 않은 버퍼는 디스크에 쓰여지고 필요에 따라 다시 로드됩니다. 이 카운터는 15분 간격으로 폴링됩니다.

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

외부

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

재정의 가능한 매개 변수

이름

설명

기본값

사용

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

빈도(초)

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

900

Element properties:

TargetMicrosoft.SQLServer.2008.IntegrationServices
CategoryPerformanceCollection
EnabledTrue
Instance NameSQLServer:SSIS Pipeline 10.0
Counter NameBuffers spooled
Frequency900
Alert GenerateFalse
RemotableTrue
CommentMom2008ID='{6AF47DF1-32E5-4216-BF79-F46349F53A4E}';MOM2008GroupID={1F778D67-2E2C-4970-B2D1-FED33A1E440B}

Member Modules:

ID Module Type TypeId RunAs 
_C6F49224_9358_47DB_A53A_552E8F1D9700_ 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.2008.SQLServer_SSIS_Pipeline_Buffers_Spooled_15.0_minutes_2_Rule" Target="SQL2008Core!Microsoft.SQLServer.2008.IntegrationServices" Enabled="true" ConfirmDelivery="false" Comment="Mom2008ID='{6AF47DF1-32E5-4216-BF79-F46349F53A4E}';MOM2008GroupID={1F778D67-2E2C-4970-B2D1-FED33A1E440B}">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="_C6F49224_9358_47DB_A53A_552E8F1D9700_" Comment="{C6F49224-9358-47DB-A53A-552E8F1D9700}" TypeID="SystemPerf!System.Performance.DataProvider" RunAs="SQL!Microsoft.SQLServer.SQLProbeAccount">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Buffers spooled</CounterName>
<ObjectName>SQLServer:SSIS Pipeline 10.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>