Building Performance Metrics into ASP.NET MVC Applications

Posted on Simple Talk See other posts from Simple Talk
Published on Tue, 29 Oct 2013 00:00:00 GMT Indexed on 2013/10/29 16:07 UTC
Read the original article Hit count: 276

Filed under:

When you're instrumenting an ASP.NET MVC or Web API application to monitor its performance while it is running, it makes sense to use custom performance counters.There are plenty of tools available that read performance counter data, report on it and create alerts based on it. You can then plot application metrics against all sorts of server and workstation metrics.This way, there will always be the right data to guide your tuning efforts.

© Simple Talk or respective owner

Related posts about Performance