diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2013-12-03 17:14:55 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2013-12-03 17:14:55 +0000 |
| commit | 83fc59eae51889459dd53b5e4ebcff62e7bbb1c3 (patch) | |
| tree | 36bcd9082daf0e6e441d37ea4200ecff60466830 /docs | |
| parent | 0d52fabc51c172076ed3e6005881130e03782418 (diff) | |
| parent | 600da2a3419ab92a1a584f6d29faf835d7239988 (diff) | |
| download | rabbitmq-server-git-83fc59eae51889459dd53b5e4ebcff62e7bbb1c3.tar.gz | |
stable to default
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 7 |
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> |
