diff options
| author | Matthias Radestock <matthias@lshift.net> | 2010-04-28 19:56:49 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2010-04-28 19:56:49 +0100 |
| commit | 4eeddb1baa2972febb90af36e2a1f6a92b981b46 (patch) | |
| tree | e8b4bb467ab643e36e44275d91e0ae3df15932dc /docs | |
| parent | b1f3aad647a7e7c0bcc522430a0acdaec9041921 (diff) | |
| parent | 086ed666442fe4be31fc4b965f0f6d54b2f8647c (diff) | |
| download | rabbitmq-server-git-4eeddb1baa2972febb90af36e2a1f6a92b981b46.tar.gz | |
merge default into bug22616
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index a96d1415cc..5e2668c1a6 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -715,28 +715,15 @@ <listitem><para>Number of messages delivered to clients but not yet acknowledged.</para></listitem> </varlistentry> <varlistentry> - <term>messages_uncommitted</term> - <listitem><para>Number of messages published in as yet uncommitted transactions</para></listitem> - </varlistentry> - <varlistentry> <term>messages</term> - <listitem><para>Sum of ready, unacknowledged and uncommitted messages + <listitem><para>Sum of ready and unacknowledged messages (queue depth).</para></listitem> </varlistentry> <varlistentry> - <term>acks_uncommitted</term> - <listitem><para>Number of acknowledgements received in as yet uncommitted - transactions.</para></listitem> - </varlistentry> - <varlistentry> <term>consumers</term> <listitem><para>Number of consumers.</para></listitem> </varlistentry> <varlistentry> - <term>transactions</term> - <listitem><para>Number of transactions.</para></listitem> - </varlistentry> - <varlistentry> <term>memory</term> <listitem><para>Bytes of memory consumed by the Erlang process associated with the queue, including stack, heap and internal structures.</para></listitem> |
