summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-08-12 14:44:18 +0100
committerSimon MacMullen <simon@rabbitmq.com>2014-08-12 14:44:18 +0100
commitf1c223f2119a9e9d6c327c49072f57d71829e0ed (patch)
tree72c4c1241bd0635d9ae27daace1f8e70c147c6e0
parent737268676ce0e7ffee96aa42a67770cdb4e8dd5d (diff)
downloadrabbitmq-server-f1c223f2119a9e9d6c327c49072f57d71829e0ed.tar.gz
Actually maybe that's clearer.
-rw-r--r--docs/rabbitmqctl.1.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index 608328dc..eb3c7ef3 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -1211,11 +1211,11 @@
</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>
+ <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>Sum of the size of all message bodies in the queue delivered to clients but not yet acknowledged.</para></listitem>
+ <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>