Categories: Tracing - Logging - Monitoring
Application usage tracker.EQATEC Analytics does for applications what web analytics systems do for websites. It will let you stay in touch with your application after deployment so you can follow usage, bugs, problems, downloads and more.Features include:- Dashboard: overview of usage data for each product you monitor- World Map: visual overview of usage activity per country- Visual overview of the different versions of your software products- Visual overview of individual software features usage in your application- Exceptions view: information about errors occurring at your customers site- Supports .NET, .NET Compact Framework and Silverlight
Categories: Profiling - Debugging
Latest version: 2.0Added 2009-09-10
Code profiler.Features include:- Tells you how many times each method was called and how long it took- Run-time overhead: typically your app will run 30% slower and become 30% bigger when profiled- Command-line version included- Profiles methods, not individual statements- Profiler API: control the profiler programmatically- Use attributes to prevent any method from being profiled or from appearing in the report
Latest version: 1.1Added 2009-09-10
Tracer.- Debug your live code: Add tracing to your entire app and see how the code is executed live, including parameters.- Point and go: No source code changes are needed. Just point the tracer to your app, run the modified code, and start watching the trace output.- Trace any .NET application: Add tracing and spy on any .NET app, not just your own.- Remote tracing over sockets.