Browse Source

[master] remove the module name from the statistics identifiers

This was mentioned as a comment in ticket #1721
http://bind10.isc.org/ticket/1721#no2

Also while here trivial date fix in stats manpage.

I didn't ask for review as this was trivial changes.
Jeremy C. Reed 13 years ago
parent
commit
d2e2cb97e8
3 changed files with 22 additions and 21 deletions
  1. 4 4
      src/bin/auth/b10-auth.xml
  2. 3 3
      src/bin/bind10/bind10.xml
  3. 15 14
      src/bin/stats/b10-stats.xml

+ 4 - 4
src/bin/auth/b10-auth.xml

@@ -20,7 +20,7 @@
 <refentry>
 <refentry>
 
 
   <refentryinfo>
   <refentryinfo>
-    <date>February 28, 2012</date>
+    <date>March 1, 2012</date>
   </refentryinfo>
   </refentryinfo>
 
 
   <refmeta>
   <refmeta>
@@ -201,20 +201,20 @@
 
 
     <para>
     <para>
       The statistics data collected by the <command>b10-stats</command>
       The statistics data collected by the <command>b10-stats</command>
-      daemon include:
+      daemon for <quote>Auth</quote> include:
     </para>
     </para>
 
 
     <variablelist>
     <variablelist>
 
 
       <varlistentry>
       <varlistentry>
-        <term>auth.queries.tcp</term>
+        <term>queries.tcp</term>
         <listitem><simpara>Total count of queries received by the
         <listitem><simpara>Total count of queries received by the
           <command>b10-auth</command> server over TCP since startup.
           <command>b10-auth</command> server over TCP since startup.
         </simpara></listitem>
         </simpara></listitem>
       </varlistentry>
       </varlistentry>
 
 
       <varlistentry>
       <varlistentry>
-        <term>auth.queries.udp</term>
+        <term>queries.udp</term>
         <listitem><simpara>Total count of queries received by the
         <listitem><simpara>Total count of queries received by the
           <command>b10-auth</command> server over UDP since startup.
           <command>b10-auth</command> server over UDP since startup.
         </simpara></listitem>
         </simpara></listitem>

+ 3 - 3
src/bin/bind10/bind10.xml

@@ -20,7 +20,7 @@
 <refentry>
 <refentry>
 
 
   <refentryinfo>
   <refentryinfo>
-    <date>February 28, 2012</date>
+    <date>March 1, 2012</date>
   </refentryinfo>
   </refentryinfo>
 
 
   <refmeta>
   <refmeta>
@@ -433,13 +433,13 @@ xfrin
 
 
     <para>
     <para>
       The statistics data collected by the <command>b10-stats</command>
       The statistics data collected by the <command>b10-stats</command>
-      daemon include:
+      daemon for <quote>Boss</quote> include:
     </para>
     </para>
 
 
     <variablelist>
     <variablelist>
 
 
       <varlistentry>
       <varlistentry>
-        <term>bind10.boot_time</term>
+        <term>boot_time</term>
         <listitem><para>
         <listitem><para>
           The date and time that the <command>bind10</command>
           The date and time that the <command>bind10</command>
           process started.
           process started.

+ 15 - 14
src/bin/stats/b10-stats.xml

@@ -20,7 +20,7 @@
 <refentry>
 <refentry>
 
 
   <refentryinfo>
   <refentryinfo>
-    <date>February 28, 2012</date>
+    <date>March 1, 2012</date>
   </refentryinfo>
   </refentryinfo>
 
 
   <refmeta>
   <refmeta>
@@ -146,20 +146,15 @@
     <title>STATISTICS DATA</title>
     <title>STATISTICS DATA</title>
 
 
     <para>
     <para>
-      The <command>b10-stats</command> daemon contains these statistics:
+      The <command>b10-stats</command> daemon contains these
+      <quote>Stats</quote> statistics:
     </para>
     </para>
 
 
     <variablelist>
     <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>
       <varlistentry>
-        <term>stats.boot_time</term>
+        <term>boot_time</term>
         <listitem><simpara>The date and time when this daemon was
         <listitem><simpara>The date and time when this daemon was
           started in ISO 8601 format.
           started in ISO 8601 format.
           This is a constant which can't be reset except by restarting
           This is a constant which can't be reset except by restarting
@@ -168,14 +163,14 @@
       </varlistentry>
       </varlistentry>
 
 
       <varlistentry>
       <varlistentry>
-        <term>stats.last_update_time</term>
+        <term>last_update_time</term>
         <listitem><simpara>The date and time (in ISO 8601 format)
         <listitem><simpara>The date and time (in ISO 8601 format)
           when this daemon last received data from another component.
           when this daemon last received data from another component.
         </simpara></listitem>
         </simpara></listitem>
       </varlistentry>
       </varlistentry>
 
 
       <varlistentry>
       <varlistentry>
-        <term>stats.lname</term>
+        <term>lname</term>
         <listitem><simpara>This is the name used for the
         <listitem><simpara>This is the name used for the
           <command>b10-msgq</command> command-control channel.
           <command>b10-msgq</command> command-control channel.
           (This is a constant which can't be reset except by restarting
           (This is a constant which can't be reset except by restarting
@@ -184,16 +179,22 @@
       </varlistentry>
       </varlistentry>
 
 
       <varlistentry>
       <varlistentry>
-        <term>stats.start_time</term>
+        <term>report_time</term>
+        <listitem><simpara>The latest report date and time in
+          ISO 8601 format.</simpara></listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term>start_time</term>
         <listitem><simpara>This is the date and time (in ISO 8601 format)
         <listitem><simpara>This is the date and time (in ISO 8601 format)
           when this daemon started collecting data.
           when this daemon started collecting data.
         </simpara></listitem>
         </simpara></listitem>
       </varlistentry>
       </varlistentry>
 
 
       <varlistentry>
       <varlistentry>
-        <term>stats.timestamp</term>
+        <term>timestamp</term>
         <listitem><simpara>The current date and time represented in
         <listitem><simpara>The current date and time represented in
-          seconds since UNIX epoch (1970-01-01T0 0:00:00Z) with
+          seconds since UNIX epoch (1970-01-01T00:00:00Z) with
           precision (delimited with a period) up to
           precision (delimited with a period) up to
           one hundred thousandth of second.</simpara></listitem>
           one hundred thousandth of second.</simpara></listitem>
       </varlistentry>
       </varlistentry>