diff options
| author | Emile Joubert <emile@rabbitmq.com> | 2011-06-02 18:12:17 +0100 |
|---|---|---|
| committer | Emile Joubert <emile@rabbitmq.com> | 2011-06-02 18:12:17 +0100 |
| commit | 661c972ae8ecad260471aa61a1fb1e5cb5dba0c1 (patch) | |
| tree | 72ebf70c3bc0e9def3c34e3bacf01c15ce476330 /docs | |
| parent | 75f46f88d89af44012ab16f8f77badbe7f226733 (diff) | |
| download | rabbitmq-server-git-661c972ae8ecad260471aa61a1fb1e5cb5dba0c1.tar.gz | |
Split rabbitmqctl status query
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> |
