diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2011-07-27 12:24:43 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2011-07-27 12:24:43 +0100 |
| commit | cd0ec24ce1aa285dcae469ab1df98f2a529a5081 (patch) | |
| tree | f09ce5586537dc2d7d6c7128e3143e15e3ca1e4d /docs | |
| parent | 5d4e44fb9b6c0d382cf0c2b96426f03b3558768e (diff) | |
| parent | 77f12b1bb344392f84649b640666c6683ae05c52 (diff) | |
| download | rabbitmq-server-git-cd0ec24ce1aa285dcae469ab1df98f2a529a5081.tar.gz | |
Merging default into bug24130
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index ee000215b0..74041969c7 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -860,6 +860,18 @@ <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, this provides the names of the nodes upon which mirrors will be present should those nodes be part of the current cluster (i.e. it may contain node names that are not currently part of the cluster).</para></listitem> + </varlistentry> + <varlistentry> + <term>slave_pids</term> + <listitem><para>If the queue is mirrored, this gives the IDs of the current slaves.</para></listitem> + </varlistentry> + <varlistentry> + <term>synchronised_slave_pids</term> + <listitem><para>If the queue is mirrored, this gives the IDs of the current slaves which are synchronised with the master.</para></listitem> + </varlistentry> </variablelist> <para> If no <command>queueinfoitem</command>s are specified then queue name and depth are |
