b10-stats.8 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. '\" t
  2. .\" Title: b10-stats
  3. .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
  4. .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
  5. .\" Date: Oct 15, 2010
  6. .\" Manual: BIND10
  7. .\" Source: BIND10
  8. .\" Language: English
  9. .\"
  10. .TH "B10\-STATS" "8" "Oct 15, 2010" "BIND10" "BIND10"
  11. .\" -----------------------------------------------------------------
  12. .\" * Define some portability stuff
  13. .\" -----------------------------------------------------------------
  14. .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  15. .\" http://bugs.debian.org/507673
  16. .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
  17. .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  18. .ie \n(.g .ds Aq \(aq
  19. .el .ds Aq '
  20. .\" -----------------------------------------------------------------
  21. .\" * set default formatting
  22. .\" -----------------------------------------------------------------
  23. .\" disable hyphenation
  24. .nh
  25. .\" disable justification (adjust text to left margin only)
  26. .ad l
  27. .\" -----------------------------------------------------------------
  28. .\" * MAIN CONTENT STARTS HERE *
  29. .\" -----------------------------------------------------------------
  30. .SH "NAME"
  31. b10-stats \- BIND 10 statistics module
  32. .SH "SYNOPSIS"
  33. .HP \w'\fBb10\-stats\fR\ 'u
  34. \fBb10\-stats\fR [\fB\-v\fR] [\fB\-\-verbose\fR]
  35. .SH "DESCRIPTION"
  36. .PP
  37. The
  38. \fBb10\-stats\fR
  39. is a daemon forked by
  40. \fBbind10\fR\&. Stats module collects statistics data from each module and reports statistics information via
  41. \fBbindctl\fR\&. It communicates by using the Command Channel by
  42. \fBb10\-msgq\fR
  43. with other modules like
  44. \fBbind10\fR,
  45. \fBb10\-auth\fR
  46. 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\&.
  47. \fBb10\-stats\fR
  48. invokes "sendstats" command for
  49. \fBbind10\fR
  50. after its initial starting because it\*(Aqs sure to collect statistics data from
  51. \fBbind10\fR\&.
  52. .SH "OPTIONS"
  53. .PP
  54. The arguments are as follows:
  55. .PP
  56. \fB\-v\fR, \fB\-\-verbose\fR
  57. .RS 4
  58. This
  59. \fBb10\-stats\fR
  60. switches to verbose mode\&. It sends verbose messages to STDOUT\&.
  61. .RE
  62. .SH "FILES"
  63. .PP
  64. /usr/local/share/bind10\-devel/stats\&.spec
  65. \(em This is a spec file for
  66. \fBb10\-stats\fR\&. It contains definitions of statistics items of BIND 10 and commands received via
  67. bindctl(1)\&.
  68. .SH "SEE ALSO"
  69. .PP
  70. \fBbind10\fR(8),
  71. \fBbindctl\fR(1),
  72. \fBb10-auth\fR(8),
  73. BIND 10 Guide\&.
  74. .SH "HISTORY"
  75. .PP
  76. The
  77. \fBb10\-stats\fR
  78. daemon was initially designed and implemented by Naoki Kambe of JPRS in Oct 2010\&.
  79. .SH "COPYRIGHT"
  80. .br
  81. Copyright \(co 2010 Internet Systems Consortium, Inc. ("ISC")
  82. .br