diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2011-08-16 18:44:33 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2011-08-16 18:44:33 +0100 |
| commit | e9cd2ed9ef6274aec988d1e4cd5fc2e8adbd25ab (patch) | |
| tree | 680fed0854ebabf38ee4c703300d37c7d5421d8f /docs | |
| parent | e57772edf2423e8827a6e8ecb6d2ca2ab6dff675 (diff) | |
| parent | 9c02129120b895b43ee51b483dae56203662ad23 (diff) | |
| download | rabbitmq-server-git-e9cd2ed9ef6274aec988d1e4cd5fc2e8adbd25ab.tar.gz | |
merge bug24132 into 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 |
