I've been tasked with identifying any blocking happening on a production server. My plan to achieve this is to use
EXECUTE sp_configure 'blocked process threshold',5
In combination with a server side trace to collect a Blocked Process Report.
I understand that this activity will incur a performance hit, I'd like to find some way of quantifying what this will be.