老板。如何确定一段时间内的并发用户数?

发布于 2024-12-11 20:28:45 字数 95 浏览 0 评论 0原文

jboss中有没有一些工具可以确定并发用户数?问题有时是 jboss 因 outOfMemoryError 崩溃。我尝试调查错误的原因。了解一段时间内的并发用户数将非常有帮助。

Is there some tools to determine the concurrent user count in jboss? The issue is sometimes jboss crashed with outOfMemoryError. And I try to investigate the reason of the error. It would be very helpful to know the concurrent user count along the time.

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

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

发布评论

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

评论(1

不忘初心 2024-12-18 20:28:45

在jmx层你可以了解应用服务器的一切。有几个 mbean 可以告诉您并发 ajp 请求、http 会话、数据源连接等。

您可以通过 jmx-console 在线查看它,或者通过 java melody 或 jopr 或 hyperic 存储历史值。

On the jmx layer you can know everything about the app server. There are several mbeansthat tells you concurrent ajp requests, http sesions, datasource connections, etc

You can see it online via jmx-console o store an historic value via java melody or jopr or hyperic.

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