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...
|
|
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... |
||||
|
|
|
Visual Studio Team System Developer Edition has the Profiler for this. |
||
|
|
|
|
In addition to aforementioned JetBrains' dotTrace profiler, I'd also recommend Redgate's ANTS Performance Profiler. |
||
|
|
|
|
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. |
||
|
|
|
You can try dotTrace profiler from JetBrains at http://jetbrains.com/profiler/index.html, it seems to be a quite nice tool |
||
|
|