diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2011-08-16 13:34:13 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2011-08-16 13:34:13 +0100 |
| commit | f7485f7337700987773c79a1b9be8225850ce863 (patch) | |
| tree | e5d9505ee37e0755bc6833b3c9b0e5da843d7e5a /docs/rabbitmqctl.1.xml | |
| parent | 730e42d8f8aba4b79a5450843da2aa9deb934f8c (diff) | |
| parent | ae93650229f10f5156ddf0b16b950d1ee5ee6557 (diff) | |
| download | rabbitmq-server-git-f7485f7337700987773c79a1b9be8225850ce863.tar.gz | |
Merging default to bug24340
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 |
