summaryrefslogtreecommitdiff
path: root/docs/rabbitmqctl.1.xml
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-08-11 16:14:34 +0100
committerSimon MacMullen <simon@rabbitmq.com>2014-08-11 16:14:34 +0100
commit871996ae1fab78091a410afdff67931b22fba262 (patch)
treeb91efaafa840dc44f3620e9c484bce789774411f /docs/rabbitmqctl.1.xml
parent2fc69463d603ee5c81a3c17981c703cc802a3dc6 (diff)
parent015ea854138f8a1eb7b2bd16b5a5594c08207c4a (diff)
downloadrabbitmq-server-git-871996ae1fab78091a410afdff67931b22fba262.tar.gz
Merge bug25666
Diffstat (limited to 'docs/rabbitmqctl.1.xml')
-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 908dad0331..afc46e8ea7 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>