JMX_GET_ATTRIBUTES
Use the JMX_GET_ATTRIBUTES script element to retrieve the values of all attributes of an MBean.
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_ATTRIBUTES MBEAN=...
Parameters
| Parameter | Description |
|---|---|
| MBEAN= | Object name of the MBean |
Examples
The following example retrieves the values of all attributes of the specified MBean.
JMX_GET_ATTRIBUTES MBEAN="Catalina:type=GlobalRequestProcessor,name=http-80"
See also: