Tim Boland
Tim Boland

Reputation: 10177

ASP.NET Profile/Trace Framework

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

Upvotes: 0

Views: 567

Answers (2)

Chris Zwiryk
Chris Zwiryk

Reputation: 1317

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

See also: Profiling ASP.NET websites with EQATEC Profiler

Upvotes: 2

Dominic Zukiewicz
Dominic Zukiewicz

Reputation: 8444

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

Upvotes: 0

Related Questions