如何使用 SNMP 监控 JVM 和应用程序

发布于 2024-07-27 04:35:38 字数 211 浏览 6 评论 0原文

据我了解,可以使用 SNMP 管理 JVM,并且 JVM 支持 JVM-MANAGEMENT-MIB。

有没有办法对与 JVM 关联的 SNMP AGENT 功能进行编程/扩展?

有没有办法向 JVM 上的 SNMP 代理添加对任何其他专有/标准 MIB 的支持,以便我可以允许外部管理应用程序监视在 JVM 上运行的应用程序,而无需使用第三方 SNMP 代理图书馆?

I understand that JVMs can be managed using SNMP and JVMs come with support for JVM-MANAGEMENT-MIB.

Is there a way to program/extend the SNMP AGENT functionality which is associated with a JVM?

Is there a way to add support for any other proprietary/standard MIBs to the SNMP Agent on JVM, so that I can allow my applications running on the JVM to be monitered by external management applications with out making use of a third-party SNMP Agent library?

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

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

发布评论

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

评论(1

别忘他 2024-08-03 04:35:38

根据 http://blogs.oracle.com/jmxetc/entry/what_is_the_jvm_snmp, “JVM内置的SNMP代理不可扩展。” 在我看来,您必须使用 SNMP4J 或 Sun 的 Java™ 动态管理工具包之类的东西。

According to http://blogs.oracle.com/jmxetc/entry/what_is_the_jvm_snmp, “The built-in SNMP agent of the JVM is not extensible.” It looks to me like you would have to use something like SNMP4J or Sun’s Java™ Dynamic Management Kit.

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