Supplies the value(s) of one or all the attribute(s) of an MBean.
JMX_GET_ATTRIBUTE MBEAN=... [, ATTRIBUTE=...]
Syntax |
Description/Format |
---|---|
MBEAN= |
The object name of the MBean. |
ATTRIBUTE= |
The name of the attribute. |
Specify a particular attribute whose value should be retrieved. If this parameter is not used, the script function supplies the values of all the MBean's attributes.
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_ATTRIBUTE MBEAN="Catalina:type=GlobalRequestProcessor,name=http-80", ATTRIBUTE=processingTime
See also: