Filtering Beans Using JMX Query Language

Display only the MBeans that match specific filter criteria to narrow the JMX query.

  1. Open the JMX Data Source Browser. All available MBeans on the selected JMX MBeanServer are visible in the Beans text box.
  2. Click the Simple Query tab.
  3. Select a domain from the Domain list box. Leave this field set to <All> to search all domains.
  4. Optional: Select a property from the Property field list box.
    This list displays all the properties that are included in the loaded beans.
  5. Optional: Select a value for the selected property from the rightmost Property field list box.
    The Query text box shows the resulting object name that is used for JMX queries, which are based on the JMX 1.2 (JSR-003) standard.
  6. Optional: Type an attribute name in the Attribute filter text box to filter the list based on a specific attribute.
    Only MBeans containing the specified attributes are displayed.
  7. Click Run to execute the query. The Beans text box displays only those MBeans that match the filter criteria.