The jmxdump utility prints out all JMX parameters and its values of the specified
application server.
usage: cm jmxdump -u <jmx url> [other options] [
-b <objectname#attribute>|
-c <credential>|
-v]
Available options:
-b,--mbean <arg> MBean name and attributes:
name#attribute,...,attribute. Might
contain placeholder '*'
-c,--credential <arg> Credentials when connecting to the
remote mbean server
-u,--url JMX service url
-v More verbosityThe options have the following meaning:
| Parameter | Description |
|---|---|
-b <objectname#attribute>
| The MBean name and attributes: name#attribute,...,attribute. Might contain placeholder '*' |
-c <arg>
| Credentials when connecting to the remote mbean server |
-u <url>
| JMX service url. E.g.:
service:jmx:rmi://<server url>:<JMX server port>/jndi/rmi://<server url>:<JMX registry>/jmxrmi |
-v
| More verbosity |
Table 3.26. Options of jmxdump
The default ports for the URL parameter can be found in the section "Port Reference" of the Project Developer Guide.







