diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2011-08-17 16:20:32 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2011-08-17 16:20:32 +0100 |
| commit | 2dc3eb753112511241c6cc68396351cf8851d899 (patch) | |
| tree | 07507fbb0550f4b5d396a59c6da52b87640b854e /docs | |
| parent | 80e4fe0ecf1e354e56ebf787de0125bb335f5f8a (diff) | |
| parent | 6819ee5650d7c66acc21767bdcf80be66b280dce (diff) | |
| download | rabbitmq-server-git-2dc3eb753112511241c6cc68396351cf8851d899.tar.gz | |
Merging bug24230 to default
Diffstat (limited to 'docs')
| -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 |
