org.gridgain.visor.commands

node

package node

Overview

Contains Visor command node implementation.

Help

+--------------------------------+
| node | Prints node statistics. |
+--------------------------------+
Specification
node "{-id8=|-id=} {-a}"
node
Arguments
-id8=<node-id8>
    ID8 of node. Either '-id8' or '-id' can be specified.
    If neither specified - command starts in interactive mode.
-id=<node-id>
    Full ID of node. Either '-id8' or '-id' can  be specified.
    If neither specified - command starts in interactive mode.
-a
    Print extended information.
    By default - only abbreviated statistics is printed.
Examples
node
    Starts command in interactive mode.
node "-id8=12345678"
    Prints statistics for specified node.
node "-id8=12345678 -a"
    Prints full statistics for specified node.
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. node
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class VisorNodeCommand extends AnyRef

    Contains Visor command node implementation.

    Overview

    Contains Visor command node implementation.

    Help

    +--------------------------------+
    | node | Prints node statistics. |
    +--------------------------------+
    Specification
    node "{-id8=|-id=} {-a}"
    node
    Arguments
    -id8=<node-id8>
        ID8 of node. Either '-id8' or '-id' can be specified.
        If neither specified - command starts in interactive mode.
    -id=<node-id>
        Full ID of node. Either '-id8' or '-id' can  be specified.
        If neither specified - command starts in interactive mode.
    -a
        Print extended information.
        By default - only abbreviated statistics is printed.
    Examples
    node
        Starts command in interactive mode.
    node "-id8=12345678"
        Prints statistics for specified node.
    node "-id8=12345678 -a"
        Prints full statistics for specified node.

Value Members

  1. object VisorNodeCommand

    Companion object that does initialization of the command.

Inherited from AnyRef

Inherited from Any

Ungrouped