Content Server Manual / Version 2107
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 More verbosity
The 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. For example.:
service:jmx:rmi://<server URL>:<JMX server port>/jndi/rmi://<server URL>:<JMX registry>/jmxrmi |
-v
| More verbosity |
Table 3.32. Options of jmxdump
The default ports for the URL parameter can be found in Chapter 4, CoreMedia Properties Overview in Deployment Manual.