Java mbean 应用程序
我使用 jconsole 在 tomcat 容器中执行 mbean 的方法。 当 Bean 的数量超过 100 时,似乎很难找到 Bean - 特别是当 Bean 位于层次结构较深的位置时。是否存在其他工具?
I use jconsole to execute methods of an mbean in a tomcat container.
When the quantity of beans is more than 100 it seems to be difficult to find a bean - particularly when the bean is deep in the hierarchy. Does another tool exist for that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果我是你,我就不会寻找其他 GUI 工具。一些 Groovy+JMX 脚本可以节省您的时间和精力。但如果您仍然需要 GUI - 尝试 eclipse-jmx。
I wouldn't look for another GUI tool if I were you. Some Groovy+JMX scripts would save you both time and energy. But if you still want GUI - try eclipse-jmx.