views:

230

answers:

2

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

A: 

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

Dominic Zukiewicz
+1  A: 

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

See also: Profiling ASP.NET websites with EQATEC Profiler

Chris Zwiryk