JPDA 和 JMX 有什么不同?
我正在尝试编写一个应用程序监控工具,并且遇到了两个标准,JPDA 和 JMX。他们看起来和我有多么相似。有什么不同?
I am trying to write a application monitoring tools, and I came across two standards, JPDA and JMX. They seems like some how similar to me. What's the different?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
JPDA 用于调试和< a href="http://www.oracle.com/technetwork/java/javase/tech/javamanagement-140525.html" rel="noreferrer">JMX 用于监控。如果您正在开发监视工具 - 选择是显而易见的,除非您的监视器需要处理断点、收到异常通知等。
JPDA is used for debugging and JMX for monitoring. If you are developing a monitoring tool - the choice is obvious, unless your monitor is suppose to handle breakpoints, be notified on exceptions, etc.