summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2015-02-03 11:41:51 +0000
committerSimon MacMullen <simon@rabbitmq.com>2015-02-03 11:41:51 +0000
commit8a6ca7cc04ca9fd69c496a2967b97a128d1dc2cc (patch)
treed738af56d801280abbdbdeef3c7dccac396ade52
parent9c257b8d1567a62417f991bff21aac5aaa31010e (diff)
downloadrabbitmq-server-git-8a6ca7cc04ca9fd69c496a2967b97a128d1dc2cc.tar.gz
Small amount of doc.
-rw-r--r--docs/rabbitmqctl.1.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index ad5f73514f..0392da8c1e 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -1261,6 +1261,14 @@
<listitem><para>Like <command>message_bytes</command> but counting only those messages which are persistent.</para></listitem>
</varlistentry>
<varlistentry>
+ <term>disk_reads</term>
+ <listitem><para>Total number of messages which have been read from disk by this queue since it started.</para></listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>disk_writes</term>
+ <listitem><para>Total number of messages which have been written to disk by this queue since it started.</para></listitem>
+ </varlistentry>
+ <varlistentry>
<term>consumers</term>
<listitem><para>Number of consumers.</para></listitem>
</varlistentry>