diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2011-07-07 12:01:46 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2011-07-07 12:01:46 +0100 |
| commit | 0b2bc19e987644d69c49398c722fb896cb335cd8 (patch) | |
| tree | f68db015e8b4da8c445d2b272c42ac0cbcf5115b /docs | |
| parent | 7329e6b266cd9f1a5b86cb7d049a04becb365dcc (diff) | |
| download | rabbitmq-server-git-0b2bc19e987644d69c49398c722fb896cb335cd8.tar.gz | |
Support querying slaves for their status
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 717645220e..8ad476b25f 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -860,6 +860,14 @@ <listitem><para>Bytes of memory consumed by the Erlang process associated with the queue, including stack, heap and internal structures.</para></listitem> </varlistentry> + <varlistentry> + <term>mirror_nodes</term> + <listitem><para>If the queue is mirrored, the nodes upon which mirrors will be present if the nodes are part of the current cluster.</para></listitem> + </varlistentry> + <varlistentry> + <term>slaves</term> + <listitem><para>If the queue is mirrored, this gives the status of slaves.</para></listitem> + </varlistentry> </variablelist> <para> If no <command>queueinfoitem</command>s are specified then queue name and depth are |
