I'm trying to chase down how many sockets are being opened per a specific processes per a specific UDP port over time. Is there a perfmon counter to track this in Windows 2008 -> 2012R2?
IE: Snmp agent appears to be spinning up a lot of requests to dest port 161 and not closing them after it's done. I want to see the rate of this happening, if it's a slow leak or a very quick exponential leak.
If not possible via perfmon - let me know if there's anything else I could try using