Getting Active Session counts with JMX (Java Management Extensions) API

Posted by bLee on Stack Overflow See other posts from Stack Overflow or by bLee
Published on 2009-07-10T23:04:12Z Indexed on 2010/03/16 16:31 UTC
Read the original article Hit count: 503

Filed under:
|
|
|

I'm trying to use JMX API to get active session counts for a web application.

  1. Is it possible to use JMX API to get this kind of information?
  2. If yes, how reliable would it be?
  3. Any example code on how to get this done?

I've been reading JMX tutorial and documentation, but they are giving me the overview of what the technology is. I just can't pinpoint to what I need, yet.

© Stack Overflow or respective owner

Related posts about jmx

Related posts about java