summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2013-11-14 12:03:10 +0000
committerSimon MacMullen <simon@rabbitmq.com>2013-11-14 12:03:10 +0000
commit8444163da6f023914044d6532cab70bff735273e (patch)
tree7cc5f7892f8d784a2e47d695c4c046042c3b2829 /docs
parent52b6f753a82d6d8b6e5d10714a296fe185563c14 (diff)
downloadrabbitmq-server-8444163da6f023914044d6532cab70bff735273e.tar.gz
consumer_bound info item.
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmqctl.1.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index 6ec7ee07..5e5a5544 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -1135,6 +1135,10 @@
<listitem><para>Number of consumers.</para></listitem>
</varlistentry>
<varlistentry>
+ <term>consumer_bound</term>
+ <listitem><para>True if the queue could deliver messages faster if there were more consumers, the consumers were faster, or the consumers had a greater prefetch count.</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>