summaryrefslogtreecommitdiff
path: root/docs/rabbitmqctl.1.xml
diff options
context:
space:
mode:
authorTim Watson <tim@rabbitmq.com>2013-11-18 12:13:14 +0000
committerTim Watson <tim@rabbitmq.com>2013-11-18 12:13:14 +0000
commit3f557dc14fc766f50e371a469aa092767acb98e3 (patch)
tree5b8eea3179173134b006b83c65f5c66b397330fe /docs/rabbitmqctl.1.xml
parent063126a715524cb39ed8f1173cf8e96e2c91f005 (diff)
parentcbdd7758327e497d9a5285d3333da4625a73daf6 (diff)
downloadrabbitmq-server-git-3f557dc14fc766f50e371a469aa092767acb98e3.tar.gz
merge default into bug24926
Diffstat (limited to 'docs/rabbitmqctl.1.xml')
-rw-r--r--docs/rabbitmqctl.1.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index d7c93924c2..6ec7ee0768 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -1135,27 +1135,6 @@
<listitem><para>Number of consumers.</para></listitem>
</varlistentry>
<varlistentry>
- <term>active_consumers</term>
- <listitem>
- <para>
- Number of active consumers. An active consumer is
- one which could immediately receive any messages
- sent to the queue - i.e. it is not limited by its
- prefetch count, TCP congestion, flow control, or
- because it has issued channel.flow. At least one
- of messages_ready and active_consumers must always
- be zero.
- </para>
- <para>
- Note that this value is an instantaneous snapshot
- - when consumers are restricted by their prefetch
- count they may only appear to be active for small
- fractions of a second until more messages are sent
- out.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
<term>memory</term>
<listitem><para>Bytes of memory consumed by the Erlang process associated with the
queue, including stack, heap and internal structures.</para></listitem>