diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-08-12 17:22:42 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-08-12 17:22:42 +0100 |
| commit | 2cb3ecf0f63c6a3acdd9cb0b86697efb231a9599 (patch) | |
| tree | e9359091d7c5489058630e2fa6f72247829b21ba /docs/rabbitmqctl.1.xml | |
| parent | 1b24d3c53abbd6c3b7f8caeb2af24dfb5376bab0 (diff) | |
| parent | ecc27a36510561785a8fbe80184de49e5d8660ed (diff) | |
| download | rabbitmq-server-git-2cb3ecf0f63c6a3acdd9cb0b86697efb231a9599.tar.gz | |
Merge bug25884
Diffstat (limited to 'docs/rabbitmqctl.1.xml')
| -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> |
