0

I'm looking for a ASP.NET module that will benchmark results, session, sql queries & other stuff & spit out on the page. I know Trace will give you some of that but not the sql part. I know Jeff had something similar for alpha stackoverflow, just wondering if there was a http module already out there that did this.

Similar to CodeIgniter profile class = The Profiler Class will display benchmark results, queries you have run, and $_POST data at the bottom of your pages. This information can be useful during development in order to help with debugging and optimization.

http://codeigniter.com/user_guide/general/profiling.html

Tim Boland
  • 10,127
  • 8
  • 27
  • 25

2 Answers2

2

EQATEC makes a pretty good (and free) Profiler and Tracer.

See also: Profiling ASP.NET websites with EQATEC Profiler

Community
  • 1
  • 1
Chris Zwiryk
  • 1,321
  • 9
  • 9
0

I commented on this article earlier today. It shows how I wrote some code to do the SQL monitoring.

Community
  • 1
  • 1
Dominic Zukiewicz
  • 8,258
  • 8
  • 43
  • 61