summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-08-07 14:46:40 +0100
committerSimon MacMullen <simon@rabbitmq.com>2014-08-07 14:46:40 +0100
commitae53956d8488e07e745d1f9a88b7ae251e7f88b6 (patch)
tree4843468cd8c2f56d175fd3603f7edccb0e303a20
parenta526f7c8995b0c575bf0200aed3b21083f2b8b07 (diff)
downloadrabbitmq-server-ae53956d8488e07e745d1f9a88b7ae251e7f88b6.tar.gz
Add some docs for the message_bytes family.
-rw-r--r--docs/rabbitmqctl.1.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index 908dad03..afc46e8e 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -1206,6 +1206,18 @@
<listitem><para>Total number of persistent messages in the queue (will always be 0 for transient queues).</para></listitem>
</varlistentry>
<varlistentry>
+ <term>message_bytes</term>
+ <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_ram</term>
+ <listitem><para>Like <command>message_bytes</command> but counting only those messages which are in RAM.</para></listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>message_bytes_persistent</term>
+ <listitem><para>Like <command>message_bytes</command> but counting only those messages which are persistent.</para></listitem>
+ </varlistentry>
+ <varlistentry>
<term>consumers</term>
<listitem><para>Number of consumers.</para></listitem>
</varlistentry>