From: Jeremy C. Reed Date: Wed, 20 Jun 2012 15:15:07 +0000 (-0500) Subject: [master] man page updates X-Git-Tag: trac2351_base~226^2~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0918841f54b868cae28b555fb2a67f515f8bb7ae;p=thirdparty%2Fkea.git [master] man page updates reworded a few sentence mention b10-httpd-stats fix verbose switch definition --- diff --git a/src/bin/stats/b10-stats.xml b/src/bin/stats/b10-stats.xml index b353f8f075..32b636f66c 100644 --- a/src/bin/stats/b10-stats.xml +++ b/src/bin/stats/b10-stats.xml @@ -20,7 +20,7 @@ - March 1, 2012 + June 20, 2012 @@ -52,22 +52,22 @@ DESCRIPTION - The b10-stats is a daemon forked by - bind10. Stats module collects statistics data - from each module and reports statistics information - via bindctl. It communicates by using the + The b10-stats daemon collects statistics data + from each BIND 10 module. Its statistics information may be + reported via bindctl or + b10-stats-httpd. It is started by + bind10 and communicates by using the Command Channel by b10-msgq with other - modules - like bind10, b10-auth and - so on. It waits for coming data from other modules, then other - modules send data to stats module periodically. Other modules - send stats data to stats module independently from - implementation of stats module, so the frequency of sending data - may not be constant. Stats module collects data and aggregates - it. b10-stats invokes an internal command - for bind10 after its initial starting because it's - sure to collect statistics data from bind10. - + modules like bind10, b10-auth + and so on. It waits for coming data from other modules, then + other modules send data to stats module periodically. Other + modules send stats data to stats module independently from + implementation of stats module, so the frequency of sending + data may not be constant. The stats module collects data and + aggregates it. b10-stats invokes an internal + command for bind10 after its initial + starting to make sure it collects statistics data from + bind10. @@ -79,8 +79,7 @@ , - This b10-stats switches to verbose - mode. It sends verbose messages to STDOUT. + This enables maximum debug logging.