DX Application Performance Management

  • 1.  JMX limiting in Liberty Profile

    Posted Jul 11, 2017 08:35 PM

    I have a new app that is using Liberty Profile and when they run a performance test they get a metric explosion in 

    com.ibm.websphere.objectgrid

     

    Can exclude that  using: 

     

    introscope.agent.jmx.ignore.attributes=server,com.ibm.websphere.objectgrid

     

    The profile does not give a very good example...

     

    Thanx

     

    Steve



  • 2.  Re: JMX limiting in Liberty Profile
    Best Answer

    Broadcom Employee
    Posted Jul 11, 2017 10:37 PM

    Hi Steve,

    From what I have read com.ibm.websphere.objectgrid is an MBean domain name so trying to filter it via ignoring the jmx attribute name probably won't help.

    To prevent their collection you will probably have to uncomment introscope.agent.jmx.name.filter and explicitly set it to a list of the JMX metrics you want to keep per this wiki section:

    Configure JMX Monitoring > Managing Metric Volume with JMX Filters

     

    Hope that helps

    Regards,

    Lynn



  • 3.  Re: JMX limiting in Liberty Profile

    Posted Jul 12, 2017 12:15 PM

    thanx Lynn....always the hard way....do you have any examples of doing this in WebSphere Liberty since it seems that the docs are more WebLogic oriented...



  • 4.  Re: JMX limiting in Liberty Profile

    Broadcom Employee
    Posted Jul 12, 2017 11:16 AM

    Steve: 

    Was Lynn's response helpful? Asking internally as well.