Command Line Interface

❗️

This is a legacy Apache Ignite documentation

The new documentation is hosted here: https://ignite.apache.org/docs/latest/

Overview

Visor Command Line Interface provides scriptable monitoring capabilities for Ignite. It can be used to get statistics about nodes, caches and tasks in the grid. General details about the topology showing various metrics and node configuration properties can also be viewed here. Visor Command Line Interface also allows you to start and stop remote nodes.

1090

Usage

Ignite ships with IGNITE_HOME/bin/ignitevisorcmd.{sh|bat} script that starts command line management interface.
To get help and get started, type help or ? commands. To connect visor to the grid, type open command.

Commands

The following commands are available in Visor. To get full information on a command, type help "cmd" or ? "cmd".

CommandAliasDescription
ackAcks arguments on all remote nodes.
alertAlerts for user-defined events.
cachePrints cache statistics, clears cache, prints list of all entries from cache.
closeDisconnects Visor console from the grid.
configPrints node configuration.
deployCopies file or folder to remote host.
discoPrints topology change log.
eventsPrint events from a node.
gcRuns GC on remote nodes.
help?Prints Visor console help.
killKills or restarts node.
logStarts or stops grid-wide events logging.
mclearClears Visor console memory variables.
mgetGets Visor console memory variable.
mlistPrints Visor console memory variables.
nodePrints node statistics.
openConnects Visor console to the grid.
pingPings node.
quitQuit from Visor console.
startStarts or restarts nodes on remote hosts.
status!Prints Visor console status.
tasksPrints tasks execution statistics.
topPrints current topology.
vvmOpens VisualVM for nodes in topology.