ASP.NET performance information

  • Thread starter Thread starter Dan
  • Start date Start date
D

Dan

Hello,

Is there a way to get information about the performance of the asp.net
such as execution time, requests/secs, etc.

I know they are available from the performance monitor by adding
counters but I am more interested in logging that information in a SQL
DB.

Thank you
 
You can programatically hit perf counters and store the information.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

********************************************
Think outside the box!
********************************************
 
Back
Top