Monitoring SSIS performance
When SSIS packages are executed, the execution engine emits a variety of events and messages that can be captured in the operating system hosting the execution. Typically, Windows Performance Monitor, an application of the Windows operating system, can be configured to capture the SSIS performance counters during SSIS executions.
The following performance counters are available in SQL Server 2016:
Performance counter
|
Description
|
BLOB bytes read
|
The number of bytes of binary large object (BLOB) data that the data flow engine has read from all sources.
|
BLOB bytes written
|
The number of bytes of BLOB data that the data flow engine has written to all destinations.
|
BLOB files in use
|
The number of BLOB files that the data flow engine currently is using for spooling.
|
Buffer memory
|
The amount of memory that is in use. This may include both physical and virtual memory. When this number is larger than the amount of physical memory, the Buffers... |