DX Application Performance Management

  • 1.  Active HTTP Session Count on JBoss

    Posted Jan 13, 2015 02:37 PM

    I would like to collect HTTP session counts on JBoss EAP.  I am familiar with a JBoss CLW command to obtain the active HTTP session count for a deployed ear and could obtain this on an interval using the EPAgent, however I am curious if anyone is aware if there an alternate means of instrumenting the traditional Java agent to obtain this information?



  • 2.  Re: Active HTTP Session Count on JBoss

    Broadcom Employee
    Posted Jan 13, 2015 10:37 PM
    I can't remember but can you get that via JMX or from a method?


  • 3.  Re: Active HTTP Session Count on JBoss
    Best Answer

    Broadcom Employee
    Posted Jan 13, 2015 10:49 PM
    According to what I found you can monitor the MBean "jboss.web" which as a metric "ActiveSessionCount". Will that work?


  • 4.  Re: Active HTTP Session Count on JBoss

    Posted May 24, 2016 05:17 PM

    Hi,

    I Have same problem, Can you help me, in my JMX tree i just have: java.lang, java.nio, jboss.as, jboss.modules, jboss.ws. And no one have nothing on sessions...