BACK TO INDEX

Win32_PerfFormattedData_DTSPipeline_SQLServerSSISPipeline
The SSIS Pipeline object includes those counters related to the execution fo the pipeline.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
BLOBbytesreadUInt64The number of BLOB bytes read from all data sources in total.
BLOBbyteswrittenUInt64The number of BLOB bytes written to all data sources in total.
BLOBfilesinuseUInt32The number of BLOB spooling files in use throughout the pipeline.
BuffermemoryUInt64The amount of memory allocated to buffers in the pipeline.
BuffersinuseUInt32The number of pipeline buffers in use throughout the pipeline.
BuffersspooledUInt32The number of buffers spooled to disk.
CaptionStringA short textual description (one-line string) for the statistic or metric.
DescriptionStringA textual description of the statistic or metric.
FlatbuffermemoryUInt64The amount of memory allocated to flat memory buffers.
FlatbuffersinuseUInt32The number of flat memory buffers in use throughout the pipeline.
Frequency_ObjectUInt64NA
Frequency_PerfTimeUInt64NA
Frequency_Sys100NSUInt64NA
NameStringThe Name property defines the label by which the statistic or metric is known. When subclassed, the property can be overridden to be a Key property.
PrivatebuffermemoryUInt64The amount of memory allocated to private transformation buffers.
PrivatebuffersinuseUInt32The number of private transformation buffers in use throughout the pipeline.
RowsreadUInt64The number of rows read from all data sources in total.
RowswrittenUInt64The number of rows written to all data destinations in total.
Timestamp_ObjectUInt64NA
Timestamp_PerfTimeUInt64NA
Timestamp_Sys100NSUInt64NA
SAMPLE DATA INSTANCE
   [Description("The SSIS Pipeline object includes those counters related to the execution fo the pipeline."): ToInstance Amended, DisplayName("SQLServer:SSIS Pipeline"): ToInstance Amended, genericperfctr: ToInstance Amended, locale(1033): ToInstance Amended]
   instance of Win32_PerfFormattedData_DTSPipeline_SQLServerSSISPipeline
   {
    [Description("The number of BLOB bytes read from all data sources in total."): ToInstance Amended, DisplayName("BLOB bytes read"): ToInstance Amended] BLOBbytesread = "0";
    [Description("The number of BLOB bytes written to all data sources in total."): ToInstance Amended, DisplayName("BLOB bytes written"): ToInstance Amended] BLOBbyteswritten = "0";
    [Description("The number of BLOB spooling files in use throughout the pipeline."): ToInstance Amended, DisplayName("BLOB files in use"): ToInstance Amended] BLOBfilesinuse = 0;
    [Description("The amount of memory allocated to buffers in the pipeline."): ToInstance Amended, DisplayName("Buffer memory"): ToInstance Amended] Buffermemory = "0";
    [Description("The number of pipeline buffers in use throughout the pipeline."): ToInstance Amended, DisplayName("Buffers in use"): ToInstance Amended] Buffersinuse = 0;
    [Description("The number of buffers spooled to disk."): ToInstance Amended, DisplayName("Buffers spooled"): ToInstance Amended] Buffersspooled = 0;
    [Description("The amount of memory allocated to flat memory buffers."): ToInstance Amended, DisplayName("Flat buffer memory"): ToInstance Amended] Flatbuffermemory = "0";
    [Description("The number of flat memory buffers in use throughout the pipeline."): ToInstance Amended, DisplayName("Flat buffers in use"): ToInstance Amended] Flatbuffersinuse = 0;
    [Description("The amount of memory allocated to private transformation buffers."): ToInstance Amended, DisplayName("Private buffer memory"): ToInstance Amended] Privatebuffermemory = "0";
    [Description("The number of private transformation buffers in use throughout the pipeline."): ToInstance Amended, DisplayName("Private buffers in use"): ToInstance Amended] Privatebuffersinuse = 0;
    [Description("The number of rows read from all data sources in total."): ToInstance Amended, DisplayName("Rows read"): ToInstance Amended] Rowsread = "0";
    [Description("The number of rows written to all data destinations in total."): ToInstance Amended, DisplayName("Rows written"): ToInstance Amended] Rowswritten = "0";
   };