Automation Engine Script Guide > AE JCL for JMX > JMX_GET_INFO

JMX_GET_INFO

Gives information about an MBean.

Syntax

Syntax

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

Syntax

Description/Format

MBEAN=

The object name of the MBean.

SHORTINFO=

The complexity of the information.

Allowed values: "YES", "NO" (default)

"YES" - Only short information is retrieved.
"NO" - All the information is output.

Comments

The description of the MBean and a list of its attributes, operations and notifications are retrieved.

In the agent's INI-file parameter search_all=, the administrator can specify whether this function searches the MBean on all local MBean Servers or only on those to which the agent is connected.

Example

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

 

See also: