diff options
| author | Michael Klishin <michael@novemberain.com> | 2015-04-26 14:49:41 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@novemberain.com> | 2015-04-26 14:49:41 +0300 |
| commit | 2467046fb2739e5ffc0aa5a151339615326d8683 (patch) | |
| tree | f1d6ac964688de8c74b2a9db798f2c6f6e33208d /docs | |
| parent | c169604de6f02f9703bffc8b1637f02ad22d9151 (diff) | |
| parent | ee0945aae3b7cffcfbf6f993d488cde08be17e7b (diff) | |
| download | rabbitmq-server-git-2467046fb2739e5ffc0aa5a151339615326d8683.tar.gz | |
Merge pull request #54 from alexethomas/sla_tracking_v2
Track and expose the timestamp property of the first msg in a queue
Diffstat (limited to 'docs')
| -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..a782f749cf 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_message_timestamp</term> + <listitem><para>The timestamp property of the first message in the queue, if present. Timestamps of messages only appear when they are in the paged-in state.</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> |
