diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-08-13 13:39:54 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-08-13 13:39:54 +0100 |
| commit | 7cd5c26949fe9c60d5a609bb05f9244e74f618bd (patch) | |
| tree | 6ea59fb00d050f732f2dd93d78f8b7aade33888d /docs | |
| parent | 0f886f8d612ba00badf418a86f5e064f509901ca (diff) | |
| parent | 7d0eabdf17b9073740c37b0aaeffb7b205f7b70b (diff) | |
| download | rabbitmq-server-git-7cd5c26949fe9c60d5a609bb05f9244e74f618bd.tar.gz | |
Merge bug26337 (again)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index afc46e8ea7..eb3c7ef38d 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -1210,6 +1210,14 @@ <listitem><para>Sum of the size of all message bodies in the queue. This does not include the message properties (including headers) or any overhead.</para></listitem> </varlistentry> <varlistentry> + <term>message_bytes_ready</term> + <listitem><para>Like <command>message_bytes</command> but counting only those messages ready to be delivered to clients.</para></listitem> + </varlistentry> + <varlistentry> + <term>message_bytes_unacknowledged</term> + <listitem><para>Like <command>message_bytes</command> but counting only those messages delivered to clients but not yet acknowledged.</para></listitem> + </varlistentry> + <varlistentry> <term>message_bytes_ram</term> <listitem><para>Like <command>message_bytes</command> but counting only those messages which are in RAM.</para></listitem> </varlistentry> |
