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.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
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. |
|||
|
|