From: Shawn Routhier Date: Thu, 19 Nov 2015 16:54:56 +0000 (-0800) Subject: [trac3990] Add v4 statistics descriptions X-Git-Tag: trac4204fd_base~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58275c55fc23790f4536643af5f5a5d4b36f8410;p=thirdparty%2Fkea.git [trac3990] Add v4 statistics descriptions --- diff --git a/doc/guide/dhcp4-srv.xml b/doc/guide/dhcp4-srv.xml index 93950b8501..db25f57284 100644 --- a/doc/guide/dhcp4-srv.xml +++ b/doc/guide/dhcp4-srv.xml @@ -3020,6 +3020,65 @@ It is merely echoed by the server statistic is exposed for each subnet separately. This statistic is reset during reconfiguration event. + + + declined-addresses + integer + + 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. + + + + + subnet[id].declined-addresses + integer + + 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 + id is the subnet-id of a given subnet. This + statistic is exposed for each subnet separately. + + + + + reclaimed-declined-addresses + integer + + 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. + + + + + subnet[id].reclaimed-declined-addresses + integer + + 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 + id is the subnet-id of a given subnet. This + statistic is exposed for each subnet separately. + + + diff --git a/doc/guide/dhcp6-srv.xml b/doc/guide/dhcp6-srv.xml index 668f7b85e8..fd95636a6d 100644 --- a/doc/guide/dhcp6-srv.xml +++ b/doc/guide/dhcp6-srv.xml @@ -3043,7 +3043,7 @@ should include options from the isc option space: integer This statistic shows the number of IPv6 adresses that were - declined, but are now recovered. Unlike + 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 @@ -3056,7 +3056,7 @@ should include options from the isc option space: integer This statistic shows the number of IPv6 adresses that were - declined, but are now recovered. Unlike + 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