summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-08-12 14:39:33 +0100
committerSimon MacMullen <simon@rabbitmq.com>2014-08-12 14:39:33 +0100
commitac010b1158a95840285727e996bd820ae2820be5 (patch)
tree933a7dd79099cc03016c4296793b86e542b60c0a
parent1f72b4e9e82d3a1ecf053ae9e7274892d3989b83 (diff)
downloadrabbitmq-server-bug26339.tar.gz
Document the two new terms.bug26339
-rw-r--r--docs/rabbitmqctl.1.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index afc46e8e..608328dc 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>Sum of the size of all message bodies in the queue ready to be delivered to clients.</para></listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>message_bytes_unacknowledged</term>
+ <listitem><para>Sum of the size of all message bodies in the queue 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>