Is there any way to audit SSIS total data transfer size?

24 Views Asked by At

I'm trying to audit a SSIS package. Getting the execution duration is pretty simple: just use a script task at the start and at the end to log the current datetime. But I'd also like to know how much data it's shoving down my network connection, and I can't find any good way to do that.

I can see that there are performance counters for data transfer/second, but what I'm looking for is a total: "when all is said and done, how many bytes of data did this package ship across the network?" Is there any way to answer that question?

0

There are 0 best solutions below