I would like to know if there is an equivalent of the excellent Java JVisualVM (included with JDK, the command is "jvisualvm") on the DotNet platform ?
JVisualVM is a great tool that allows developers and admins to have really useful monitoring on any running Java application, here is some features that it has :
- Graphical view of the threads status
- Memory/CPU graphs
- Live heap dump
- CPU/Memory profiling
- Garbage Collector / JIT utilization graphs
- JMX calls
Is there any equivalent on DotNet ?
Thank you !