diff options
| author | Emile Joubert <emile@rabbitmq.com> | 2011-05-26 18:07:38 +0100 |
|---|---|---|
| committer | Emile Joubert <emile@rabbitmq.com> | 2011-05-26 18:07:38 +0100 |
| commit | c37764e79c42ba3e1d67c2e3c34409d287df79bb (patch) | |
| tree | 97c869b665137bbee7a4703581dd0443cc35d813 /docs | |
| parent | 4c3b56b7be499d5ad3570c56c6fca6048a8cfdeb (diff) | |
| download | rabbitmq-server-git-c37764e79c42ba3e1d67c2e3c34409d287df79bb.tar.gz | |
rabbitmqctl report
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index ffa01894d5..d034e02d25 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -1259,7 +1259,7 @@ </varlistentry> <varlistentry> - <term><cmdsynopsis><command>list_consumers</command></cmdsynopsis></term> + <term><cmdsynopsis><command>list_consumers</command><arg choice="opt">-p <replaceable>vhostpath</replaceable></arg></cmdsynopsis></term> <listitem> <para> List consumers, i.e. subscriptions to a queue's message @@ -1279,6 +1279,24 @@ </para> </listitem> </varlistentry> + <varlistentry> + <term><cmdsynopsis><command>report</command></cmdsynopsis></term> + <listitem> + <para> + Generate a server status report containing a concatenation of all server status + information for support purposes. The output should be redirected to a + file when accompanying a support request. + </para> + <para role="example-prefix"> + For example: + </para> + <screen role="example">rabbitmqctl report > server_report.txt</screen> + <para role="example"> + This command creates a server report which may be attached to a + support request email. + </para> + </listitem> + </varlistentry> </variablelist> </refsect2> |
