Gives information about an MBean.
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. |
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.
JMX_GET_INFO MBEAN="Catalina:type=GlobalRequestProcessor,name=http-80"
See also: