如何从Hibernate获取连接池信息?

发布于 2024-11-27 14:15:06 字数 248 浏览 2 评论 0原文

可能的重复:
如何监控c3p0连接

如何获取数据库连接池信息,例如总连接数使用、剩余连接等?我需要此信息用于记录(故障排除)目的。我正在使用 Hibernate 和 C3P0。

Possible Duplicate:
How to monitor c3p0 connections

How can I get database connection pool information such as total connections in use, connection remaining etc ?. I want this information for logging (troubleshooting) purposes. I am using Hibernate with C3P0.

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

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

发布评论

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

评论(2

烟沫凡尘 2024-12-04 14:15:06

我们在上面使用了 getStatistics 和 getConnectCount ,但它没有任何特定的函数来显示当前打开的连接。 getConnectCount 显示打开的连接总数

We used getStatistics and getConnectCount on it, but it doesnt have any particular function to show current open connections. The getConnectCount displays the total number of connections opened

温柔少女心 2024-12-04 14:15:06

根据 文档

Use getStatistics() method of your SessionFactory as per documentation.

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