diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2012-01-13 13:16:46 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2012-01-13 13:16:46 +0000 |
| commit | cc54cbdbd0ab684ddbcd4b8c7b53cca33f7f98e5 (patch) | |
| tree | 7c5d8eedc47ff84ec504e4b5b7afeefc49c4bea7 /docs/rabbitmqctl.1.xml | |
| parent | c4893e60a1f25089230a8da1c26472ce7e651170 (diff) | |
| download | rabbitmq-server-git-cc54cbdbd0ab684ddbcd4b8c7b53cca33f7f98e5.tar.gz | |
simplified running<->blocking/blocked state transitions
also more sensible info items
Diffstat (limited to 'docs/rabbitmqctl.1.xml')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 29 |
1 files changed, 13 insertions, 16 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index c243a3ee06..4100864ec5 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -1069,27 +1069,24 @@ </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> + <term>last_blocked_by</term> + <listitem><para>The reason for which this connection + was last blocked. One of 'mem' - due to a memory + alarm, 'flow' - due to internal flow control, or + 'none' if the connection was never + blocked.</para></listitem> + </varlistentry> + <varlistentry> + <term>last_blocked_age</term> + <listitem><para>Time, in seconds, since this + connection was last blocked, or + 'infinity'.</para></listitem> </varlistentry> <varlistentry> <term>state</term> <listitem><para>Connection state (one of [<command>starting</command>, <command>tuning</command>, - <command>opening</command>, <command>running</command>, <command>closing</command>, <command>closed</command>]).</para></listitem> + <command>opening</command>, <command>running</command>, <command>blocking</command>, <command>blocked</command>, <command>closing</command>, <command>closed</command>]).</para></listitem> </varlistentry> <varlistentry> <term>channels</term> |
