From: Jeremy C. Reed Date: Thu, 1 Mar 2012 22:17:06 +0000 (-0600) Subject: [master] remove the module name from the statistics identifiers X-Git-Tag: trac2351_base~226^2~116^2~136^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d2e2cb97e821844dc430ef1e47d13d618c06d9fb;p=thirdparty%2Fkea.git [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. --- diff --git a/src/bin/auth/b10-auth.xml b/src/bin/auth/b10-auth.xml index 1fddb703fe..75752176f5 100644 --- a/src/bin/auth/b10-auth.xml +++ b/src/bin/auth/b10-auth.xml @@ -20,7 +20,7 @@ - February 28, 2012 + March 1, 2012 @@ -201,20 +201,20 @@ The statistics data collected by the b10-stats - daemon include: + daemon for Auth include: - auth.queries.tcp + queries.tcp Total count of queries received by the b10-auth server over TCP since startup. - auth.queries.udp + queries.udp Total count of queries received by the b10-auth server over UDP since startup. diff --git a/src/bin/bind10/bind10.xml b/src/bin/bind10/bind10.xml index 7ad6f9925c..1f3cb6805a 100644 --- a/src/bin/bind10/bind10.xml +++ b/src/bin/bind10/bind10.xml @@ -20,7 +20,7 @@ - February 28, 2012 + March 1, 2012 @@ -433,13 +433,13 @@ xfrin The statistics data collected by the b10-stats - daemon include: + daemon for Boss include: - bind10.boot_time + boot_time The date and time that the bind10 process started. diff --git a/src/bin/stats/b10-stats.xml b/src/bin/stats/b10-stats.xml index 38d01c5a17..4599563595 100644 --- a/src/bin/stats/b10-stats.xml +++ b/src/bin/stats/b10-stats.xml @@ -20,7 +20,7 @@ - February 28, 2012 + March 1, 2012 @@ -146,20 +146,15 @@ STATISTICS DATA - The b10-stats daemon contains these statistics: + The b10-stats daemon contains these + Stats statistics: - - report_time - - The latest report date and time in - ISO 8601 format. - - stats.boot_time + boot_time 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 @@ -168,14 +163,14 @@ - stats.last_update_time + last_update_time The date and time (in ISO 8601 format) when this daemon last received data from another component. - stats.lname + lname This is the name used for the b10-msgq command-control channel. (This is a constant which can't be reset except by restarting @@ -184,16 +179,22 @@ - stats.start_time + report_time + The latest report date and time in + ISO 8601 format. + + + + start_time This is the date and time (in ISO 8601 format) when this daemon started collecting data. - stats.timestamp + timestamp 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 one hundred thousandth of second.