SSIS 2008: 管道: 缓冲区假脱机

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

Knowledge Base article:

摘要

当前写入磁盘的缓冲区的数量。如果数据流引擎运行时物理内存较低,则当前没有使用的缓冲区会被写入磁盘,然后在需要时重新加载。此计数器每十五分钟轮询一次。

请注意,所有 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>