DX Application Performance Management

 View Only
  • 1.  Monitor jboss in a domain configuration

    Posted Nov 17, 2015 11:39 AM

    Hello community,

    I am trying to monitor jboss in a domain configuration.

    Jboss is version 6.1

    I have modified the domain.conf file inserting the properties in the JAVA_OPTS variable

    .-javaagent:/wily_installation/Agent.jar -Dcom.wily.introscope.agentProfile=/wily_installation/core/config/IntroscopeAgent.profile

    When I start jboss I get monitored the process controller an the host controller but I cannot monitor the application itself.

     

    This is clear with a command ps:

    For the tird java process I have only the string "-Dcom.wily.introscope.agentProfile=/wily_installation/core/config/IntroscopeAgent.profile" and I miss the "-javaagent:/wily_installation/Agent.jar"

     

    Do you have an idea of what is missing??

     

    Thanks

     

    Luca



  • 2.  Re: Monitor jboss in a domain configuration

    Broadcom Employee
    Posted Nov 17, 2015 07:35 PM

    Hello Luca,

    If this is JBoss EAP 6.1 then KB TEC1230085 should help: How to instrument Jboss EAP 6.1.1 in Domain mode

    Here is the 10.1 wiki ref as well: Configure JBoss EAP in Domain mode

     

    Hope they help. Please let us know how you go.

     

    Thanks

    Lynn



  • 3.  Re: Monitor jboss in a domain configuration
    Best Answer

    Posted Nov 20, 2015 01:04 AM

    Hi Lynn,

    We modified directly the host.xml file inserting the java_opts to startup the Agent , to point the Agent Log file and all the right stuff at the right place.

    And we got the java process show up in the Investigator tree.

    So thank you for the hint.

    Have a nice day

     

    Luca