JMX_GET_INFO

Use the JMX_GET_INO script element to retrieve information about an MBean. This information can include the description of the MBean and a list of its attributes, operations and notifications.

Important! In the search_all= parameter of the INI file of the agent, the administrator can define whether this function searches the MBean on all local MBean servers, or only on those to which the agent is connected.

Syntax

JMX_GET_INFO MBEAN=... [SHORTINFO=...]

Parameters

  • JMX_GET_INFO
    Retrieves information about the MBEAN

  • MBEAN=
    Defines the object name of the MBean

  • SHORTINFO=
    (Optional) Defines the complexity of the information
    Allowed values:

    • NO (default)
      All information is output
    • YES
      Only the short information is retrieved

Example

JMX_GET_INFO MBEAN="Catalina:type=GlobalRequestProcessor,name=http-80"

See also: