org.gridgain.visor.commands

vvm

package vvm

Overview

Contains Visor command vvm implementation.

Help

+-----------------------+
| vvm | Opens VisualVM. |
+-----------------------+
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
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.
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. vvm
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class VisorVvmCommand extends AnyRef

    Contains Visor command vvm implementation.

    Overview

    Contains Visor command vvm implementation.

    Help

    +-----------------------+
    | vvm | Opens VisualVM. |
    +-----------------------+
    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
    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.

Value Members

  1. object VisorVvmCommand

    Companion object that does initialization of the command.

Inherited from AnyRef

Inherited from Any

Ungrouped