MSSQL 2014: SSIS 2014 管道: 缓冲区假脱机

Microsoft.SQLServer.2014.IntegrationServices.PerformanceRule.Instance.PipelineBuffersSpooled (Rule)

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

Knowledge Base article:

摘要

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

外部

有关详细信息,请参阅联机丛书主题“监视数据流引擎的性能”。

可替代参数

名称

说明

默认值

已启用

启用或禁用工作流。

频率(秒)

运行工作流的重复间隔时间(秒)。

900

Element properties:

TargetMicrosoft.SQLServer.2014.IntegrationServices.Instance
CategoryPerformanceCollection
EnabledTrue
Instance NameSQLServer:SSIS Pipeline 12.0
Counter NameBuffers spooled
Frequency900
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.Performance.DataProvider Microsoft.SQLServer.2014.IntegrationServices.RunAs.SQLMonitoringAccount
CollectPerfData WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
CollectPerfDataWarehouse WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.SQLServer.2014.IntegrationServices.PerformanceRule.Instance.PipelineBuffersSpooled" Target="SQL2014IS!Microsoft.SQLServer.2014.IntegrationServices.Instance" Enabled="true" ConfirmDelivery="false">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="SystemPerf!System.Performance.DataProvider" RunAs="SQL2014IS!Microsoft.SQLServer.2014.IntegrationServices.RunAs.SQLMonitoringAccount">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Buffers spooled</CounterName>
<ObjectName>SQLServer:SSIS Pipeline 12.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>