Content Server Manual / Version 2506.0
Table Of Contents
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,--verbose More verbosity
The options have the following meaning:
| Parameter | Description |
|---|---|
-b, --mbean <objectname#attribute>
| The MBean name and attributes: name#attribute,...,attribute. Might contain placeholder '*' |
-c, --credential <arg>
| Credentials when connecting to the remote MBean server |
--url <url>
| JMX service URL. For example.:
service:jmx:rmi://<server URL>:<JMX server port>/jndi/rmi://<server URL>:<JMX registry>/jmxrmi |
-v, --verbose
| More verbosity |
Table 3.34. Options of jmxdump
The default ports for the URL parameter can be found in Chapter 3, CoreMedia Properties Overview in Deployment Manual.


