vote up 0 vote down star

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

flag

71% accept rate

2 Answers

vote up 0 vote down

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

See also: Profiling ASP.NET websites with EQATEC Profiler

link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.