DotNET 上是否有 JVisualVM 的等效项?
我想知道DotNet平台上是否有相当于优秀的Java JVisualVM(包含在JDK中,命令是“jvisualvm”)?
JVisualVM 是一个很棒的工具,它允许开发人员和管理员对任何正在运行的 Java 应用程序进行真正有用的监控,以下是它具有的一些功能:
DotNet 上是否有等效项?
谢谢 !
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 !
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不知道 JVisualVM 到底是做什么的,但似乎您正在寻找这个
http: //www.red-gate.com/products/index.htm> .NET 开发工具
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
可以在debug中使用Visual Studio ->性能和诊断
或者使用miscrosoft工具:https://clrprofiler.codeplex.com/
但还不是jvisualvm的级别...
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...