Is there any equivalent of JVisualVM on DotNET?

僤鯓⒐⒋嵵緔 提交于 2019-12-07 13:44:56

问题


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 !


回答1:


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




回答2:


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...



来源:https://stackoverflow.com/questions/3217344/is-there-any-equivalent-of-jvisualvm-on-dotnet

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!