diff options
author | Simon MacMullen <simon@rabbitmq.com> | 2013-11-19 14:20:12 +0000 |
---|---|---|
committer | Simon MacMullen <simon@rabbitmq.com> | 2013-11-19 14:20:12 +0000 |
commit | c5a20827ed8b371d3261190f066e6c05574ccb90 (patch) | |
tree | daa1d4365e47afa7288b3892f1b0d64218548038 /docs/rabbitmqctl.1.xml | |
parent | 71d1d1e676570bd26d352722327433764c151529 (diff) | |
download | rabbitmq-server-c5a20827ed8b371d3261190f066e6c05574ccb90.tar.gz |
Update doc
Diffstat (limited to 'docs/rabbitmqctl.1.xml')
-rw-r--r-- | docs/rabbitmqctl.1.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 5e5a5544..19d29577 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -1135,8 +1135,11 @@ <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> + <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> |