VMM comes with a simple CLI control program which allows you to recursively list the content (in terms of MBeans) of the VMM agent. Set the environment variable VMM_HOME to the path of the directory into which you have installed VMM and execute the shell command:
$VMM_HOME/bin/vmmcontrol.sh list
You may also use any JMX management console such as the jconsole bundled with Sun JDK. The URL of the JMX RMI connector to use is as follows (assuming the console is run on the same machine as the VMM agent):
service:jmx:rmi:///jndi/rmi://localhost:9999/server
|