JConsole 替代方案

发布于 2024-08-13 11:51:43 字数 43 浏览 2 评论 0原文

是否存在任何可以与我的应用程序捆绑在一起的 JConsole 替代方案?

Does there exists any JConsole alternative which i could bundle with my app ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

梦罢 2024-08-20 11:51:43

如果您正在寻找命令行替代方案,Jmxterm 将是一个不错的选择。
它几乎具有 Jconsole 支持的所有功能,但不包括 GUI。

可以从 在此处下载 JMXTERM< /a>

If you are looking for a command line alternative Jmxterm would be a good option.
It almost have all the features Jconsole supports but not the GUI.

Can get it downloaded from Download JMXTERM Here

末が日狂欢 2024-08-20 11:51:43

不是真正的答案,但可能有帮助。我刚刚跨过你的最后一个问题并认为,这些 JConsole/JMX 问题仍然与你的为 hudson CI 开发一个插件。这个想法是在 Hudson UI 上有一个按钮来启动 JConsole 或任何其他管理应用程序。

想想看 - Hudson 有一个网络界面。假设您从远程计算机使用 hudson 并按下 JMX 控制台按钮,我敢打赌,控制台是在服务器上启动的,而不是在客户端上启动的,因此无法访问。因此,使用现有的管理应用程序(Java 应用程序)会限制您的插件只能在单工作站上使用 hudson。或者您采取困难的方式,不仅集成启动按钮,还集成一个 Web 界面(基于 JMX),允许直接从 hudson 控制台管理服务器。

Not a real answer but maybe helpful. I just stepped over one of your last questions and think, these JConsole/JMX questions are still related to your work on a plugin for the hudson CI. The idea is to have a button on the Hudson UI to start a JConsole or any other managing application.

Thinking about that - Hudson has a web interface. Assume, you use hudson from a remote machine and press your JMX console button, I bet, the console is started on the server and not on the client and therefore inaccessible. So using an existing managing application (java application) limits you plugin to single-workstation uses of hudson. or you go the hard way and integrate not only the launch button but as well a web interface (based on JMX) that allows managing your servers directly from the hudson console.

攒眉千度 2024-08-20 11:51:43

如果您对运行仅限 Sun 的类感到满意,您可以通过

java com.sun.jconsole.JConsole

并直接从您的应用程序启动 JConsole。只需调用 JConsole 的静态 main() 方法即可。

Provided you are happy with running Sun-only classes, you can launch JConsole via

java com.sun.jconsole.JConsole

and hence directly from your application. Just call JConsole's static main() method.

梨涡少年 2024-08-20 11:51:43

Nagios 与 nagios-jmx-plugin

Nagios with nagios-jmx-plugin

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文