summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2013-12-03 17:14:55 +0000
committerSimon MacMullen <simon@rabbitmq.com>2013-12-03 17:14:55 +0000
commit83fc59eae51889459dd53b5e4ebcff62e7bbb1c3 (patch)
tree36bcd9082daf0e6e441d37ea4200ecff60466830 /docs
parent0d52fabc51c172076ed3e6005881130e03782418 (diff)
parent600da2a3419ab92a1a584f6d29faf835d7239988 (diff)
downloadrabbitmq-server-git-83fc59eae51889459dd53b5e4ebcff62e7bbb1c3.tar.gz
stable to default
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmqctl.1.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index 6ec7ee0768..19d2957739 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -1135,6 +1135,13 @@
<listitem><para>Number of consumers.</para></listitem>
</varlistentry>
<varlistentry>
+ <term>consumer_utilisation</term>
+ <listitem><para>Fraction of the time (between 0.0 and 1.0)
+ that the queue is able to immediately deliver messages to
+ consumers. This can be less than 1.0 if consumers are limited
+ by network congestion or 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>