JMX_GET_INFO
Use the JMX_GET_INFO script element to retrieve information about an MBean. This information can include the MBean's description and a list of its attributes, operations, and notifications.
Important! In the search_all= parameter of the agent's INI file, the administrator defines whether this function searches for the MBean on all local MBean servers, or only on those to which the agent is connected.
Syntax
JMX_GET_INFO MBEAN=...[,SHORTINFO=...]
Parameters
| Parameter | Description | Allowed Values | Default Value |
|---|---|---|---|
| MBEAN= | Object name of the MBean | n.a. | n.a. |
| SHORTINFO=
(Optional) |
Defines the complexity of the information |
|
NO |
Examples
The following example retrieves information about the specified MBean.
JMX_GET_INFO MBEAN="Catalina:type=GlobalRequestProcessor,name=http-80"
See also: