]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#755,!503] Small editorial changes in the stats.rst.
authorMarcin Siodelski <marcin@isc.org>
Fri, 6 Sep 2019 10:28:29 +0000 (12:28 +0200)
committerMarcin Siodelski <marcin@isc.org>
Fri, 6 Sep 2019 10:28:29 +0000 (12:28 +0200)
doc/sphinx/arm/stats.rst

index 76c66f34a80ef4e5cbf9d65f1ab5a06820d7f84d..353be8d29923f419a970f7e14fb22813370fef29 100644 (file)
@@ -53,19 +53,20 @@ Statistics Lifecycle
 ====================
 
 In Kea 1.6.0 version and earlier, when the Kea server is started some
-of the statistics are initially not returned. For example, the ``pkt4-received``
-statistic is not initialized until the first DHCP packet is received.
+of the statistics are initially not initialized. For example, the ``pkt4-received``
+statistic is not available until the first DHCP packet is received.
 In the later Kea versions, this behavior has been changed and all of the
-statistics supported by the servers is initialized upon the servers' startup
+statistics supported by the servers are initialized upon the servers' startup
 and should be returned in response to the commands such as
 ``statistic-get-all``. The runtime statistics concerning DHCP packets
-processed is initially set to 0 and is not retained across the server
-restarts.
+processed is initially set to 0 and is reset upon the server
+restart.
+
+Per-subnet statistics are recalculated when reconfiguration takes place.
 
 In general, once a statistic is initialized it is held in the manager until
 explicitly removed, by ``statistic-remove`` or ``statistic-remove-all``
 being called, or when the server is shut down.
-Per-subnet statistics are explicitly removed when reconfiguration takes place.
 
 Removing a statistic that is updated frequently makes little sense, as
 it will be re-added when the server code next records that statistic.