diff options
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 608328dc35..eb3c7ef38d 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> |
