diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-08-12 14:44:18 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-08-12 14:44:18 +0100 |
| commit | ecc27a36510561785a8fbe80184de49e5d8660ed (patch) | |
| tree | 72c4c1241bd0635d9ae27daace1f8e70c147c6e0 /docs | |
| parent | ebda5311a2b2f6dc0f7fe0c0e9e17078f0f58ac1 (diff) | |
| download | rabbitmq-server-git-ecc27a36510561785a8fbe80184de49e5d8660ed.tar.gz | |
Actually maybe that's clearer.
Diffstat (limited to 'docs')
| -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> |
