Is there any equivalent of JVisualVM on DotNET?

2019-05-16 16:04发布

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 :

Is there any equivalent on DotNet ?

Thank you !

2条回答
Bombasti
2楼-- · 2019-05-16 16:39

You can use visual studio in debug -> performance and diagnositcs Or using a miscrosoft tool : https://clrprofiler.codeplex.com/ But it is not at the level of jvisualvm...

查看更多
叛逆
3楼-- · 2019-05-16 16:45

I don't know exactly what JVisualVM does, but it seems you are looking for this

http://www.red-gate.com/products/index.htm > .NET Developer Tools

查看更多
登录 后发表回答