Contains Visor command vvm implementation.
Contains Visor command vvm implementation.
+-----------------------+ | vvm | Opens VisualVM. | +-----------------------+
vvm "{-home=dir} {-id8=} {-id=}" -home=dir
VisualVM home directory.
If not specified, PATH and JAVA_HOME will be searched.
-id8=<node-id8>
ID8 of node.
Either '-id8' or '-id' can be specified.
-id=<node-id>
Full ID of node.
Either '-id8' or '-id' can be specified.vvm "-id8=12345678" Opens VisualVM connected to JVM for node with '12345678' ID8. vvm "-id=5B923966-85ED-4C90-A14C-96068470E94D" Opens VisualVM connected to JVM for node with given full node ID. vvm "-home=C:\VisualVM -id8=12345678" Opens VisualVM installed in 'C:\VisualVM' directory for specified node. vvm Opens VisualVM connected to all nodes.
Companion object that does initialization of the command.
Overview
Contains Visor command
vvmimplementation.Help
Specification
vvm "{-home=dir} {-id8=} {-id=}" Arguments
-home=dir VisualVM home directory. If not specified, PATH and JAVA_HOME will be searched -id8=<node-id8> ID8 of node. Either '-id8' or '-id' can be specified. -id=<node-id> Full ID of node. Either '-id8' or '-id' can be specified.Examples