Use Performance Counters in .NET to measure Memory, CPU, and Everything - Full Guide

from blog Blog posts on .NET Software Development, C#, and Debugging on Michael's Coding Spot, | ↗ original
There’s an incredible built-in mechanism in Windows called Performance Counters that allows you to follow a whole lot of useful metrics. It’s easy to use, comes free, and perhaps not used as much as it deserves. Here are some of the things you can measure with performance counters: CPU Usage Memory Usage Number of exceptions thrown in a process...