summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>