列出 Apache Derby 活动连接

发布于 2024-08-04 08:25:03 字数 51 浏览 2 评论 0原文

是否可以查询 Apache Derby 以获取当前连接/活动会话的列表? 有系统表等吗?

Is it possible to query Apache Derby for a list of current connections/active sessions?
Any system tables etc?

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

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

发布评论

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

评论(1

说好的呢 2024-08-11 08:25:03

SYSCS_DIAG 表将让您获得活动事务的列表,但这与连接或会话的列表不同。

通过使用 JMX bean 访问网络服务器,您可以在某种程度上接近您想要的结果。这里有一些文档: http://wiki.apache.org/db-derby/DerbyJMXQuickStart

如果当前的 JMX beans 不能提供您需要的一切,您可以增强它们以提供更多信息。

The SYSCS_DIAG tables will let you get a list of the active transactions, but that's not the same as the list of connections or sessions.

You can get somewhat close to what you want by using the JMX beans to access the Network Server. There's some docs here: http://wiki.apache.org/db-derby/DerbyJMXQuickStart

If the current JMX beans don't give you everything you need, you can enhance them to provide more information.

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