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 | 7fd478e90f6e63b6290f3c624c1fc4486ed3c565 (patch) | |
| tree | daa1d4365e47afa7288b3892f1b0d64218548038 | |
| parent | 8f3ad9f8056519c421a5712ee7b8ba634d038899 (diff) | |
| download | rabbitmq-server-git-7fd478e90f6e63b6290f3c624c1fc4486ed3c565.tar.gz | |
Update doc
| -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 5e5a554456..19d2957739 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> |
