diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2011-08-16 13:04:06 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2011-08-16 13:04:06 +0100 |
| commit | 1dd717201df143d5eaac88a47e74f39e697511b8 (patch) | |
| tree | d34e91f7db707e782a2b14ac52605b248a755403 /docs/rabbitmqctl.1.xml | |
| parent | 1e4689b72de856ff8083782b5a8f951db9164a0d (diff) | |
| parent | 37777fc466a609380ca6043bbb1ea87a2988b1cf (diff) | |
| download | rabbitmq-server-git-1dd717201df143d5eaac88a47e74f39e697511b8.tar.gz | |
Merge bug 24130.
Diffstat (limited to 'docs/rabbitmqctl.1.xml')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index ee000215b0..ba87c83648 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -860,6 +860,17 @@ <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>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 - + i.e. those which could take over from the master without + message loss.</para></listitem> + </varlistentry> </variablelist> <para> If no <command>queueinfoitem</command>s are specified then queue name and depth are |
