SSIS 2012: pipeline: buffer con spooling

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

Knowledge Base article:

Riepilogo

Numero di buffer attualmente scritti sul disco. Se la quantità di memoria fisica del motore flusso di dati è insufficiente, i buffer non in uso vengono scritti su disco e quindi ricaricati quando risultano necessari. La frequenza di polling per questo contatore è di 15 minuti.

Si noti che tutte le edizioni di SQL Express supportano solo l'Importazione/Esportazione guidata SQL Server insieme ai connettori predefiniti delle origini dati.

Risorse esterne

Per altre informazioni, vedere l'argomento "Monitoraggio delle prestazioni del motore del flusso di dati" nella documentazione online.

Parametri di cui è possibile eseguire l'override

Nome

Descrizione

Valore predefinito

Abilitato

Abilita o disabilita il flusso di lavoro.

Frequenza (in secondi)

Intervallo di tempo ricorrente in secondi in cui eseguire il flusso di lavoro.

900

Element properties:

TargetMicrosoft.SQLServer.2012.IntegrationServices
CategoryPerformanceCollection
EnabledTrue
Instance NameSQLServer:SSIS Pipeline 11.0
Counter NameBuffers spooled
Frequency900
Alert GenerateFalse
RemotableTrue
CommentMom2012ID='{6AF47DF1-32E5-4216-BF79-F46349F53A4E}';MOM2012GroupID={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.2012.SQLServer_SSIS_Pipeline_Buffers_Spooled_15.0_minutes_2_Rule" Target="SQL2012Core!Microsoft.SQLServer.2012.IntegrationServices" Enabled="true" ConfirmDelivery="false" Comment="Mom2012ID='{6AF47DF1-32E5-4216-BF79-F46349F53A4E}';MOM2012GroupID={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 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>