通过 SNMP 监控 JRockit JVM

发布于 2024-07-20 05:30:47 字数 94 浏览 9 评论 0原文

我想通过 SNMP 协议监控我的 Java 应用程序(在 JRockit 中运行)。 我只需要一些基本信息。 是否有任何启动参数可以添加到我的应用程序中以启用 SNMP?

I would like to monitor my Java application (running in JRockit) via SNMP protocol. I only need some basic informations. Is there any startup parameter that I can add to my app to enable SNMP?

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

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

发布评论

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

评论(3

简美 2024-07-27 05:30:47

JRockit 中的 SNMP 与 Sun 的 JVM 中的工作方式相同。 详细信息位于此网页

简而言之,您要做的就是:

  1. -Dcom.sun.management.snmp.port=portNum开始,
  2. 复制JRE_HOME/lib/management/snmp.acl中的ACL模板文件。 templateJRE_HOME/lib/management/snmp.acl,并使其只有所有者可读和可写。

SNMP in JRockit works the same way as in Sun's JVM. The details are on this webpage.

In short, what you have to do is:

  1. Start with -Dcom.sun.management.snmp.port=portNum
  2. Copy the ACL template file in JRE_HOME/lib/management/snmp.acl.template to JRE_HOME/lib/management/snmp.acl, and make it readable and writeable by only the owner.
深爱成瘾 2024-07-27 05:30:47

我不相信 JRockit 可以发布有关 SNMP 的统计信息。 我所看到的监控系统所做的就是连接 JRockit 内的 JMX 监控点...

当然,您也可以使用插入到上面提到的 JMX beans 中的 JRMC 工具。

华泰
汤姆

I don't believe JRockit can publish stats on SNMP. What I have seen monitoring systems do is hook-up the the JMX monitoring points within JRockit...

Of course you can also use the JRMC tool which is plugged into the JMX beans mentioned above.

HTH
Tom

沙与沫 2024-07-27 05:30:47

标准 JRockit JVM 不支持 SNMP。 最常见的方法是附加 JMX SNMP 连接器。 我以前使用过 AdventNet

The standard JRockit JVM does not support SNMP. The most common approach is to attach a JMX SNMP Connector. I have previously used the AdventNet one.

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