diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 29 |
1 files changed, 27 insertions, 2 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 6e57f4932b..ceb4e98b1a 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -184,8 +184,9 @@ <listitem> <para> Displays broker status information such as the running applications - on the current Erlang node, RabbitMQ and Erlang versions, OS, memory - and environment details and which nodes are clustered. + on the current Erlang node, RabbitMQ and Erlang versions and OS name. + (See the <command>cluster_status</command> command to find out which + nodes are clustered and running.) </para> <para> Diagnostic information is displayed if the broker is not running, @@ -381,6 +382,20 @@ </para> </listitem> </varlistentry> + <varlistentry> + <term><cmdsynopsis><command>cluster_status</command></cmdsynopsis></term> + <listitem> + <para> + Displays all the nodes in the cluster grouped by node type, + together with the currently running nodes. + </para> + <para role="example-prefix">For example:</para> + <screen role="example">rabbitmqctl cluster_status</screen> + <para role="example"> + This command displays the nodes in the cluster. + </para> + </listitem> + </varlistentry> </variablelist> </refsect2> @@ -1284,6 +1299,16 @@ </listitem> </varlistentry> <varlistentry> + <term><cmdsynopsis><command>environment</command></cmdsynopsis></term> + <listitem> + <para> + Display the name and value of each variable in the application environment. + This can be used to verify that options specified for the rabbit + application in the configuration file have been read. + </para> + </listitem> + </varlistentry> + <varlistentry> <term><cmdsynopsis><command>report</command></cmdsynopsis></term> <listitem> <para> |
