Using Visor Command Line Interface

Apache Ignite supports scriptable command line monitoring capability, which is called as Visor. By using Visor, you can get statistics about nodes, caches, and tasks in the grid and view the details about the topology showing various metrics and node configuration properties. Additionally, you can start and stop the remote nodes.

Procedure

  1. On the command line, type $MQ_HOME/bin/ignite/bin/ignitevisorcmd.sh or %MQ_HOME%\bin\ignite\bin\ignitevisorcmd.bat.
    The command line interface is started and IGNITE_HOME is automatically set to $MQ_HOME/bin/ignite.
  2. To connect Visor to the grid, type visor> open -cpath=$MQ_HOME/config/IgniteMember.xml
    The IgniteMember.xml file is the cluster topology configuration file used with TIBCO MDM.
  3. Type help cmd or ? cmd to retrieve a complete list of commands.
    For the commonly used commands, refer to Visor Commands.