amigo
amigo

Reputation: 343

jboss. How to determine the concurrent user count along the time?

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.

Upvotes: 0

Views: 1713

Answers (1)

Fparis
Fparis

Reputation: 56

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.

Upvotes: 1

Related Questions