From ac010b1158a95840285727e996bd820ae2820be5 Mon Sep 17 00:00:00 2001 From: Simon MacMullen Date: Tue, 12 Aug 2014 14:39:33 +0100 Subject: Document the two new terms. --- docs/rabbitmqctl.1.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs') 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 @@ -1209,6 +1209,14 @@ message_bytes Sum of the size of all message bodies in the queue. This does not include the message properties (including headers) or any overhead. + + message_bytes_ready + Sum of the size of all message bodies in the queue ready to be delivered to clients. + + + message_bytes_unacknowledged + Sum of the size of all message bodies in the queue delivered to clients but not yet acknowledged. + message_bytes_ram Like message_bytes but counting only those messages which are in RAM. -- cgit v1.2.1