diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2012-01-12 19:02:09 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2012-01-12 19:02:09 +0000 |
| commit | f8a052afd730ff5f3532d67f984a6ae7149a2aa0 (patch) | |
| tree | a2e4df0b3724662bc92a68ae1dab2a1710f29b84 /docs | |
| parent | f5885abb20e2409ab64d392e0846cb9b7c7509f4 (diff) | |
| download | rabbitmq-server-git-f8a052afd730ff5f3532d67f984a6ae7149a2aa0.tar.gz | |
Attempt to show information about blocking due to memory alarm and flow control in a more comprehensible manner.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 157550387d..2594f9afe5 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -1067,6 +1067,25 @@ <listitem><para>The period for which the peer's SSL certificate is valid.</para></listitem> </varlistentry> + + <varlistentry> + <term>time_since_flow_ctl</term> + <listitem><para>Time since RabbitMQ last imposed flow + control on this connection as it was attempting to + publish too fast for the server to keep + up. Connections which are flow controlled can still + publish but at a reduced rate.</para></listitem> + </varlistentry> + <varlistentry> + <term>mem_blocked</term> + <listitem><para>Whether this connection is blocked due + to the memory high watermark having been exceeded. One + of <command>true</command>, <command>false</command> + or <command>if_publish</command>. Connections will be + blocked if the watermark is exceeded and they attempt + to publish a message.</para></listitem> + </varlistentry> + <varlistentry> <term>state</term> <listitem><para>Connection state (one of [<command>starting</command>, <command>tuning</command>, @@ -1127,8 +1146,9 @@ </varlistentry> </variablelist> <para> - If no <command>connectioninfoitem</command>s are specified then user, peer - address, peer port and connection state are displayed. + If no <command>connectioninfoitem</command>s are + specified then user, peer address, peer port, time since + flow control and memory block state are displayed. </para> <para role="example-prefix"> |
