diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2012-10-17 16:54:23 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2012-10-17 16:54:23 +0100 |
| commit | 66217363cd194531b3fa345fcc037c62978e95ac (patch) | |
| tree | f9c7fff94e8a8570fc006c876624c99f1c8d376c /docs | |
| parent | 7e0f44f2a8d4c602ad25d574ebb6fac2e9e3b1b5 (diff) | |
| parent | bbd45f3d83621c78df930ab03864de04f65daacf (diff) | |
| download | rabbitmq-server-git-66217363cd194531b3fa345fcc037c62978e95ac.tar.gz | |
Merge bug21413
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 11d85e9e03..73347ceafe 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -986,6 +986,27 @@ <listitem><para>Number of consumers.</para></listitem> </varlistentry> <varlistentry> + <term>active_consumers</term> + <listitem> + <para> + Number of active consumers. An active consumer is + one which could immediately receive any messages + sent to the queue - i.e. it is not limited by its + prefetch count, TCP congestion, flow control, or + because it has issued channel.flow. At least one + of messages_ready and active_consumers must always + be zero. + </para> + <para> + Note that this value is an instantaneous snapshot + - when consumers are restricted by their prefetch + count they may only appear to be active for small + fractions of a second until more messages are sent + out. + </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> |
