diff options
| author | Alex Thomas <alext@misshelpful> | 2015-02-25 14:46:57 +0000 |
|---|---|---|
| committer | Alex Thomas <alext@lshift.net> | 2015-04-10 17:03:48 +0100 |
| commit | 08c30f6d06ce1f2c6ae65b85a943f1f141cc887d (patch) | |
| tree | a6f0e806cb026bb868f92236732d44c0ac9f8589 | |
| parent | 57af33f1c92b3d92c910df1abe35507f82d1df2f (diff) | |
| download | rabbitmq-server-git-08c30f6d06ce1f2c6ae65b85a943f1f141cc887d.tar.gz | |
Update rabbitmqctl doc to include head_msg_timestamp stat.
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 40d8978e9b..7c843b7ade 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -1261,6 +1261,10 @@ <listitem><para>Like <command>message_bytes</command> but counting only those messages which are persistent.</para></listitem> </varlistentry> <varlistentry> + <term>head_msg_timestamp</term> + <listitem><para>The timestamp property of the first message in the queue, if present.</para></listitem> + </varlistentry> + <varlistentry> <term>disk_reads</term> <listitem><para>Total number of times messages have been read from disk by this queue since it started.</para></listitem> </varlistentry> |
