]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Merge branch 'trac3990' (User's Guide update for Decline)
authorTomek Mrugalski <tomasz@isc.org>
Mon, 23 Nov 2015 17:37:57 +0000 (18:37 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Mon, 23 Nov 2015 17:37:57 +0000 (18:37 +0100)
1  2 
doc/guide/dhcp4-srv.xml
doc/guide/dhcp6-srv.xml

index 8d6d4a7ed5ffc00fc4ad4f37426c8ea8202a2710,db25f572843061fb21b335914a200e04425232b0..e4a9c16094cbf355813967d375f74c96d2bc5c64
@@@ -2965,11 -3014,71 +3011,70 @@@ It is merely echoed by the serve
                given subnet.  This statistic increases every time a new lease is
                allocated (as a result of receiving a DHCPREQUEST message) and is
                decreased every time a lease is released (a DHCPRELEASE message is
 -              received). When lease expiration is implemented (planned for Kea
 -              1.0), it will also decrease when a lease is expired. The
 -              <emphasis>id</emphasis> is the subnet-id of a given subnet. This
 -              statistic is exposed for each subnet separately. This statistic is
 -              reset during reconfiguration event.</entry>
 +              received) or expires. The <emphasis>id</emphasis> is the subnet-id
 +              of a given subnet. This statistic is exposed for each subnet
 +              separately. This statistic is reset during reconfiguration event.
 +              </entry>
              </row>
+             <row>
+             <entry>declined-addresses</entry>
+             <entry>integer</entry>
+             <entry>
+               This statistic shows the number of IPv4 adresses that are
+               currently declined. This statistic counts the number of leases
+               currently unavailable. Once a lease is recovered, this
+               statistic will be decreased. Ideally, this statistic should be
+               zero. If this statistic is non-zero (or worse increasing),
+               a network administrator should investigate if there is
+               a misbehaving device in his network. This is a global statistic
+               that covers all subnets.
+             </entry>
+             </row>
+             <row>
+             <entry>subnet[id].declined-addresses</entry>
+             <entry>integer</entry>
+             <entry>
+               This statistic shows the number of IPv4 adresses that are
+               currently declined in a given subnet. This statistic counts the
+               number of leases currently unavailable. Once a lease is
+               recovered, this statistic will be decreased. Ideally, this
+               statistic should be zero. If this statistic is
+               non-zero (or worse increasing), a network administrator should
+               investigate if there is a misbehaving device in his network. The
+               <emphasis>id</emphasis> is the subnet-id of a given subnet. This
+               statistic is exposed for each subnet separately.
+             </entry>
+             </row>
+             <row>
+             <entry>reclaimed-declined-addresses</entry>
+             <entry>integer</entry>
+             <entry>
+               This statistic shows the number of IPv4 adresses that were
+               declined, but have now been recovered. Unlike
+               declined-addresses, this statistic never decreases. It can be used
+               as a long term indicator of how many actual valid Declines were
+               processed and recovered from. This is a global statistic that
+               covers all subnets.
+             </entry>
+             </row>
+             <row>
+             <entry>subnet[id].reclaimed-declined-addresses</entry>
+             <entry>integer</entry>
+             <entry>
+               This statistic shows the number of IPv4 adresses that were
+               declined, but have now been recovered. Unlike
+               declined-addresses, this statistic never decreases. It can be used
+               as a long term indicator of how many actual valid Declines were
+               processed and recovered from. The
+               <emphasis>id</emphasis> is the subnet-id of a given subnet. This
+               statistic is exposed for each subnet separately.
+             </entry>
+             </row>
          </tbody>
          </tgroup>
          </table>
Simple merge