vote up 1 vote down star

is there any .Net Application performance monitoring tool?

I've an application in C#.net stand alone application. I've to look at the performance of that application.

Performance in the sense memory,CPU usage and loading etc...

flag
1  
Duplicate: stackoverflow.com/questions/3927/… – heavyd Jul 15 at 12:19

4 Answers

vote up 0 vote down

Visual Studio Team System Developer Edition has the Profiler for this.

link|flag
vote up 1 vote down

In addition to aforementioned JetBrains' dotTrace profiler, I'd also recommend Redgate's ANTS Performance Profiler.

link|flag
vote up 0 vote down

you can use windows Perf Mon Tool and you can monitor variety of parameter. you can also set alerts when some upperthreshold is crossed. for example, you can set an alert when the number of handles used by your application crosses 100.

link|flag
The Enterprise Library Policy Injection Application Block (PIAB) provides a slick AOP way to wrap a method with a perfmon counter. – Michael Valenty Jul 25 at 20:56
vote up 0 vote down

You can try dotTrace profiler from JetBrains at http://jetbrains.com/profiler/index.html, it seems to be a quite nice tool

link|flag

Your Answer

Get an OpenID
or

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