Adding custom perfomance counters in ASP.Net for service calls

Posted by Nithin on Stack Overflow See other posts from Stack Overflow or by Nithin
Published on 2010-05-26T07:24:57Z Indexed on 2010/05/26 7:31 UTC
Read the original article Hit count: 446

Filed under:
|
|

Hi All, I have to show the time taken for a service call in Perfmon from my ASP.Net application. For this, I have added a stopwatch which starts at the service call start and stops at service call stop. Now I have a custom counter which user AverageTimer32 to log the stopwatch values to Perfmon. My question is, how can I show the service names on the Perfmon graph. I am using windows XP (I know windows server perfmon has some fancy stuff).

© Stack Overflow or respective owner

Related posts about .NET

Related posts about ASP.NET