stats.xml 1.0 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
  4. <!ENTITY mdash "&#x2014;" >
  5. ]>
  6. <!-- Note: Please use the following terminology:
  7. - daemon - one process (e.g. kea-dhcp4)
  8. - component - one piece of code within a daemon (e.g. libdhcp or hooks)
  9. - server - currently equal to daemon, but the difference will be more
  10. prominent once we add client or relay support
  11. - logger - one instance of isc::log::Logger
  12. - structure - an element in config file (e.g. "Dhcp4")
  13. Do not use:
  14. - module => daemon
  15. -->
  16. <chapter id="stats">
  17. <title>Statistics</title>
  18. <section>
  19. <title>Statistics Overview</title>
  20. <para>
  21. TODO: Describe statistics collection here as part of ticket #3800.
  22. For DHCPv4 specific statistics, see <xref linkend="dhcp4-stats"/>.
  23. For DHCPv6 specific statistics, see TODO.
  24. For DDNS specific statistics, see TODO.
  25. </para>
  26. </section>
  27. </chapter>