BIND 10 master, updated. d1b580f1780e5ebdbbf6fe8655cc923fbd5c02de Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Aug 16 14:04:56 UTC 2011
The branch, master has been updated
via d1b580f1780e5ebdbbf6fe8655cc923fbd5c02de (commit)
via 98e74ad62b23ce33f66e3841431511136bc1c2f8 (commit)
via 9df1f04f8b1f7091ab32dcd56fb6e47e3e96d5a7 (commit)
via 691c232b2655673ac352beafc0bfba4bc966f8f8 (commit)
from 6ad78d124740f1ea18f6f93721ec6f152364e878 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d1b580f1780e5ebdbbf6fe8655cc923fbd5c02de
Merge: 98e74ad62b23ce33f66e3841431511136bc1c2f8 6ad78d124740f1ea18f6f93721ec6f152364e878
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Tue Aug 16 09:04:48 2011 -0500
Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
commit 98e74ad62b23ce33f66e3841431511136bc1c2f8
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Tue Aug 16 08:40:30 2011 -0500
[master] document other b10-stats statistics
commit 9df1f04f8b1f7091ab32dcd56fb6e47e3e96d5a7
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Tue Aug 16 08:22:18 2011 -0500
[master] moved the STATISTICS section to after the configuration section
and renamed it
commit 691c232b2655673ac352beafc0bfba4bc966f8f8
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Tue Aug 16 08:20:02 2011 -0500
[master] clarify reset and remove
even those these may be removed from stats soon.
Also add some TODO comments
-----------------------------------------------------------------------
Summary of changes:
src/bin/stats/b10-stats.xml | 117 +++++++++++++++++++++++++++----------------
1 files changed, 73 insertions(+), 44 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/stats/b10-stats.xml b/src/bin/stats/b10-stats.xml
index 13e568d..1164711 100644
--- a/src/bin/stats/b10-stats.xml
+++ b/src/bin/stats/b10-stats.xml
@@ -88,48 +88,6 @@
</refsect1>
<refsect1>
- <title>DEFAULT STATISTICS</title>
-
- <para>
- The <command>b10-stats</command> daemon contains
- built-in statistics:
- </para>
-
- <variablelist>
-
- <varlistentry>
- <term>report_time</term>
-<!-- TODO: why not named stats.report_time? -->
- <listitem><simpara>The latest report date and time in
- ISO 8601 format.</simpara></listitem>
- </varlistentry>
-
- <varlistentry>
- <term>stats.timestamp</term>
- <listitem><simpara>The current date and time represented in
- seconds since UNIX epoch (1970-01-01T0 0:00:00Z) with
- precision (delimited with a period) up to
- one hundred thousandth of second.</simpara></listitem>
- </varlistentry>
-
-<!-- TODO: document
- "stats.boot_time": "2011-08-11T15:23:56Z",
-when started
- "stats.last_update_time": "2011-08-11T15:23:56Z",
-when stats module last received data from other component
- "stats.lname": "4e43f40c_15 at t1.m.reedmedia.net",
-name used for msgq command-control channel
- "stats.start_time": "2011-08-11T15:23:56Z",
-when starts collecting data
--->
-
-<!-- TODO: document auth.foo and bind10.foo in their corresponding manuals -->
-
- </variablelist>
-
- </refsect1>
-
- <refsect1>
<title>CONFIGURATION AND COMMANDS</title>
<para>
@@ -143,15 +101,20 @@ when starts collecting data
</para>
<para>
- <command>remove</command> removes the named statistics data.
+<!-- TODO: remove is removed in trac930 -->
+ <command>remove</command> removes the named statistics name and data.
</para>
<para>
- <command>reset</command>
+<!-- TODO: reset is removed in trac930 -->
+ <command>reset</command> will reset all statistics data to
+ default values except for constant names.
+ This may re-add previously removed statistics names.
</para>
<para>
<command>set</command>
+<!-- TODO: document this -->
</para>
<para>
@@ -161,6 +124,8 @@ when starts collecting data
An optional item name may be specified to receive individual output.
</para>
+<!-- TODO: document showschema -->
+
<para>
<command>shutdown</command> will shutdown the
<command>b10-stats</command> process.
@@ -174,6 +139,70 @@ when starts collecting data
</refsect1>
+ <refsect1>
+ <title>STATISTICS DATA</title>
+
+ <para>
+ The <command>b10-stats</command> daemon contains these statistics:
+ </para>
+
+ <variablelist>
+
+ <varlistentry>
+ <term>report_time</term>
+<!-- TODO: why not named stats.report_time? -->
+ <listitem><simpara>The latest report date and time in
+ ISO 8601 format.</simpara></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>stats.boot_time</term>
+ <listitem><simpara>The date and time when this daemon was
+ started in ISO 8601 format.
+ This is a constant which can't be reset except by restarting
+ <command>b10-stats</command>.
+ </simpara></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>stats.last_update_time</term>
+ <listitem><simpara>The date and time (in ISO 8601 format)
+ when this daemon last received data from another component.
+ </simpara></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>stats.lname</term>
+ <listitem><simpara>This is the name used for the
+ <command>b10-msgq</command> command-control channel.
+ (This is a constant which can't be reset except by restarting
+ <command>b10-stats</command>.)
+ </simpara></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>stats.start_time</term>
+ <listitem><simpara>This is the date and time (in ISO 8601 format)
+ when this daemon started collecting data.
+ </simpara></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>stats.timestamp</term>
+ <listitem><simpara>The current date and time represented in
+ seconds since UNIX epoch (1970-01-01T0 0:00:00Z) with
+ precision (delimited with a period) up to
+ one hundred thousandth of second.</simpara></listitem>
+ </varlistentry>
+
+ </variablelist>
+
+ <para>
+ See other manual pages for explanations for their statistics
+ that are kept track by <command>b10-stats</command>.
+ </para>
+
+ </refsect1>
<refsect1>
<title>FILES</title>
More information about the bind10-changes
mailing list