diff options
| author | Michael Bridgen <mikeb@rabbitmq.com> | 2011-08-23 18:41:02 +0100 |
|---|---|---|
| committer | Michael Bridgen <mikeb@rabbitmq.com> | 2011-08-23 18:41:02 +0100 |
| commit | cedc0b54532a6ce3958a1e07d1e9c31af4e0eff3 (patch) | |
| tree | 2a41b8cce3c8072439eee1fc13b94b41205f2fc1 /docs | |
| parent | c5bb2b42652d095b96272d12cbe7a770ff79f439 (diff) | |
| parent | 5b8affbb142df2d715f9a2f20cdc880db8507bdb (diff) | |
| download | rabbitmq-server-git-cedc0b54532a6ce3958a1e07d1e9c31af4e0eff3.tar.gz | |
Merge in default. Many conflicts unhappy face
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 |
