检索 JBoss 上的数据源统计信息

发布于 2024-10-28 03:55:10 字数 380 浏览 3 评论 0原文

我如何以编程方式检索 JBoss 上部署的数据源的使用统计信息?其可能GlassFish,但是不知道如何为 JBoss 做同样的事情。

How would i programmatically retrieve usage statistics for datasources deployed on JBoss? Its possible with GlassFish, however lost on how to do the same for JBoss.

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

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

发布评论

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

评论(2

惯饮孤独 2024-11-04 03:55:10

您可以使用 JavaMelody 来统计 sql 或 http 请求、jdbc 连接等信息。

You can use JavaMelody to have statistics on sql or http requests, jdbc connections and more.

不回头走下去 2024-11-04 03:55:10

您可以通过 JMX 来做到这一点。

首先,转到 http://localhost:8080/jmx-console 并搜索 JNDI 名称的数据源。这将显示每个数据源大约 3 个 mbean,然后您可以从中获取统计信息。

当然,您可以通过编程方式获取数据 - 只需按照 glassfish 链接中的 AMX 示例了解如何与 MBeanServer 通信 - 当然,您需要更改 ObjectNames 和 Attribut 名称以反映 JBoss 的名称。

You can do that via JMX.

For a start, go to http://localhost:8080/jmx-console and search for the JNDI name of the data source. This will show ~ 3 mbeans per datasource from where you can then get the statistics.

Of course you can get at the data programmatically - just follow the AMX example in your glassfish link on how to talk to the MBeanServer - of course you need to change the ObjectNames and Attribut names to reflect the JBoss ones.

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