Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any tool similar to ants profiler and free? [closed]

I want to test an asp.net web application. What are the best free graphical tools out there?

While something similar to the Ants would be really good, it would be nice to have a tool that even includes information on data sent over the wire. something like Ants + Fiddler. I hope Im not asking for too much :)

Thanks.

like image 357
user20358 Avatar asked May 29 '09 10:05

user20358


People also ask

Is ANTS Profiler free?

14 day fully-functional free trial.

What is ANTS Profiler?

NET Testing System (ANTS) Performance Profiler is a . NET profiler for desktop, ASP.NET, and ASP.NET MVC applications. This technology allows the user to profile the code of applications written in any of the . NET Framework languages, including Visual Basic . NET, C#, and Managed C++.

How do I use .NET profiler?

NET Async tool allows you to analyze the performance of asynchronous code in your application. This tool is available in the Performance Profiler. Open the Performance Profiler by choosing Debug > Performance Profiler (or Alt + F2). The tool shows each async operation in a list view.


1 Answers

Open source ones like Nprof were nice, but seem to be outdated and unmaintained.

So is Nprofiler.

EQATEC has a promising product, but I haven't spent enough time with it yet. Maybe next iteration. =)

I'm also eager to see other answers.

Edit: Better check out this other stackoverflow question.

like image 74
Jeremy Avatar answered Nov 08 '22 14:11

Jeremy