老板。如何确定一段时间内的并发用户数?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在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.