Contains Visor command node implementation.
Contains Visor command node implementation.
+--------------------------------+ | node | Prints node statistics. | +--------------------------------+
node "{-id8=|-id=} {-a}"
node-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.node
Starts command in interactive mode.
node "-id8=12345678"
Prints statistics for specified node.
node "-id8=12345678 -a"
Prints full statistics for specified node.
Companion object that does initialization of the command.
Overview
Contains Visor command
nodeimplementation.Help
Specification
node "{-id8=|-id=} {-a}"
nodeArguments
-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.