From: Suzanne Goldlust Date: Thu, 10 Jan 2019 18:37:36 +0000 (-0500) Subject: Update hooks-stat-cmds.xml X-Git-Tag: 481-remote-subnet4-set-inconsistent-work-when-id-subnet-is-duplicated_base~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1bdb7951d9435f84dcba4ec1100a1788e288201;p=thirdparty%2Fkea.git Update hooks-stat-cmds.xml --- diff --git a/doc/guide/hooks-stat-cmds.xml b/doc/guide/hooks-stat-cmds.xml index 18002dbccf..271d79b722 100644 --- a/doc/guide/hooks-stat-cmds.xml +++ b/doc/guide/hooks-stat-cmds.xml @@ -1,7 +1,7 @@
stat_cmds: Supplemental Statistics Commands - This library provides additional statistics commands for + This library provides additional commands for retrieving lease statistics from Kea DHCP servers. These commands were added to address an issue with obtaining accurate lease statistics in deployments running multiple Kea servers that use a @@ -9,7 +9,7 @@ servers only track lease changes made by that server; thus, in a deployment with multiple servers (e.g. two kea-dhcp6 servers using the same PostgreSQL database for lease storage), these statistics are incomplete. - The MySQL and PostgreSQL backends were modified in Kea to track + The MySQL and PostgreSQL backends in Kea track lease allocation changes as they occur via database triggers. Additionally, all four lease backends were extended to support retrieving lease statistics for all subnets, a single subnet, or a range of subnets.