DX Application Performance Management

  • 1.  JBoss JMX metrics selection

    Broadcom Employee
    Posted Jan 15, 2018 05:02 AM

    Hi,

    our customer that works in WAS environment, is using a combination of PMI metrics in Introscope alert to trigger a WAS automatic cloning process. 

    The PMI metrics are:

    ConnectionPoolModule:PercentInUse

    WebContainer:ActiveCount

    WebContainer:PoolSize.

     

    The trigger condition is: 

    (ConnectionPoolModule:PercentInUse<100 and WebContainer:ActiveCount > 2 and

    INT(100*(WebContainer:ActiveCount/WebContainer:PoolSize))>99)

     

    Now we need a set of equivalent JBoss metrics to implement the same kind of alert in Jboss environment.

     

    Any suggestion?

     

    Thank You



  • 2.  Re: JBoss JMX metrics selection
    Best Answer

    Broadcom Employee
    Posted Jan 15, 2018 09:57 AM

    Have you looked at the RHEL JBoss MBean reference?