diff options
| author | Steve Powell <steve@rabbitmq.com> | 2012-01-30 14:41:12 +0000 |
|---|---|---|
| committer | Steve Powell <steve@rabbitmq.com> | 2012-01-30 14:41:12 +0000 |
| commit | 01deb46a6c1f9c66daa3a6a8652a927826c1d946 (patch) | |
| tree | c5856499b6d40d7b2764d38c37313b0399c67750 /docs/rabbitmqctl.1.xml | |
| parent | 6c546834cac4d15038fb73f6af4ae5721cee91a9 (diff) | |
| parent | d7ab916102209c17ebeb25139688dd2c249dc107 (diff) | |
| download | rabbitmq-server-git-01deb46a6c1f9c66daa3a6a8652a927826c1d946.tar.gz | |
Merge default in
Diffstat (limited to 'docs/rabbitmqctl.1.xml')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 7268f09037..4100864ec5 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -1067,10 +1067,26 @@ <listitem><para>The period for which the peer's SSL certificate is valid.</para></listitem> </varlistentry> + + <varlistentry> + <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> @@ -1127,8 +1143,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"> |
