This is an automated email from the ASF dual-hosted git repository.
alexpl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/master by this push:
new 1a69152c2f6 IGNITE-19349 Documentation: Remove docs related to
ignitevisorcmd - Fixes #10662.
1a69152c2f6 is described below
commit 1a69152c2f6bec549410d0f391f00a34e5f19edd
Author: liyujue <[email protected]>
AuthorDate: Sat Apr 22 22:21:29 2023 +0300
IGNITE-19349 Documentation: Remove docs related to ignitevisorcmd - Fixes
#10662.
Signed-off-by: Aleksey Plekhanov <[email protected]>
---
docs/_data/toc.yaml | 2 --
docs/_docs/tools/visor-cmd.adoc | 68 -----------------------------------------
2 files changed, 70 deletions(-)
diff --git a/docs/_data/toc.yaml b/docs/_data/toc.yaml
index 55feaa956a2..4f561ccdabb 100644
--- a/docs/_data/toc.yaml
+++ b/docs/_data/toc.yaml
@@ -458,8 +458,6 @@
items:
- title: Control Script
url: tools/control-script
- - title: Visor CMD
- url: tools/visor-cmd
- title: GridGain Control Center
url: tools/gg-control-center
- title: SQLLine
diff --git a/docs/_docs/tools/visor-cmd.adoc b/docs/_docs/tools/visor-cmd.adoc
deleted file mode 100644
index 590ec16603c..00000000000
--- a/docs/_docs/tools/visor-cmd.adoc
+++ /dev/null
@@ -1,68 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one or more
-// contributor license agreements. See the NOTICE file distributed with
-// this work for additional information regarding copyright ownership.
-// The ASF licenses this file to You under the Apache License, Version 2.0
-// (the "License"); you may not use this file except in compliance with
-// the License. You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-= Visor CMD
-
-== Overview
-
-Visor Command Line Interface (CMD) is a command-line tool for Ignite clusters
monitoring. It provides basic statistics
-about cluster nodes, caches, and compute tasks. It also lets you manage the
size of your cluster by starting or stopping nodes.
-
-[NOTE]
-====
-[discrete]
-=== Ignite Control Script
-The link:tools/control-script[Control Script] is another command-line tool
developed by the Ignite community.
-It complements and expands capabilities of Visor CMD.
-====
-
-image::images/tools/visor-cmd.png[Visor CMD]
-
-== Usage
-
-Ignite ships the `IGNITE_HOME/bin/ignitevisorcmd.{sh|bat}` script that starts
Visor CMD. To connect Visor CMD to a cluster,
-use the `open` command.
-
-The following commands are supported by Visor. To get full information on a
command, type `help "cmd"` or `? "cmd"`.
-
-[cols="15%,15%,70%", opts="header"]
-|===
-|Command | Alias | Description
-
-| `ack`| | Acks arguments on all remote nodes.
-| `alert`| | Alerts for user-defined events.
-| `cache`| | Prints cache statistics, clears cache, prints list of all entries
from cache.
-| `close`| | Disconnects Visor CMD console from the cluster.
-| `config`| | Prints nodes' configurations.
-| `deploy`| | Copies file or folder to remote host.
-| `disco`| | Prints topology change log.
-| `events`| | Prints events from a node.
-| `gc`| | Runs GC on remote nodes.
-| `help`| `?`| Visor CMD's help.
-| `kill`| | Kills or restarts a node.
-| `log`| | Starts or stops the cluster-wide events logging.
-| `mclear`| | Clears Visor CMD's memory variables.
-| `mget`| | Gets Visor CMD' memory variables
-| `mlist`| | Prints Visor CMD's memory variables.
-| `node`| | Prints node's statistics.
-| `open`| | Connects Visor CMD to the cluster.
-| `ping`| | Pings a node.
-| `quit`| | Close Visor CMD's connection.
-| `start`| | Starts or restarts remote nodes.
-| `status`| `!`| Prints detailed Visor CMD's status.
-| `tasks`| | Prints tasks' execution statistics.
-| `top`| | Prints the current cluster topology.
-| `vvm`| | Opens VisualVM for nodes in the cluster.
-|===
-