]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2252] update descriptions of last_*xfr_duration
authorNaoki Kambe <kambe@jprs.co.jp>
Thu, 28 Mar 2013 11:09:55 +0000 (20:09 +0900)
committerNaoki Kambe <kambe@jprs.co.jp>
Thu, 4 Apr 2013 01:55:05 +0000 (10:55 +0900)
about the case that a started timer is never stopped due to failure

src/bin/xfrin/b10-xfrin.xml
src/bin/xfrin/xfrin.spec

index 7a79fc7693203903f012d80f1370153e3262107d..6cbe792aedfef79a1daaa2231b6c52137492281f 100644 (file)
@@ -300,7 +300,9 @@ operation
                     <term>last_ixfr_duration</term>
                     <listitem><simpara>
                       Duration of the last IXFR. 0.0 means no successful IXFR done
-                      in greater than or equal to a microsecond.
+                      in greater than or equal to a microsecond. If a started
+                      timer is never stopped because of failure, start time of
+                      duration will be reset next time.
                     </simpara></listitem>
                   </varlistentry>
 
@@ -308,7 +310,9 @@ operation
                     <term>last_axfr_duration</term>
                     <listitem><simpara>
                       Duration of the last AXFR. 0.0 means no successful AXFR done
-                      in greater than or equal to a microsecond.
+                      in greater than or equal to a microsecond. If a started
+                      timer is never stopped because of failure, start time of
+                      duration will be reset next time.
                     </simpara></listitem>
                   </varlistentry>
 
index ea6de2df5aa9dc8d30bf7fe474269edd780a5e15..b3e101aa4d63629811f468e7b851a367fe6b4e75 100644 (file)
               "item_optional": false,
               "item_default": 0.0,
               "item_title": "Last IXFR duration",
-              "item_description": "Duration of the last IXFR. 0.0 means no successful IXFR done in greater than or equal to a microsecond."
+              "item_description": "Duration of the last IXFR. 0.0 means no successful IXFR done in greater than or equal to a microsecond. If a started timer is never stopped because of failure, start time of duration will be reset next time."
             },
             {
               "item_name": "last_axfr_duration",
               "item_optional": false,
               "item_default": 0.0,
               "item_title": "Last AXFR duration",
-              "item_description": "Duration of the last AXFR. 0.0 means no successful AXFR done in greater than or equal to a microsecond."
+              "item_description": "Duration of the last AXFR. 0.0 means no successful AXFR done in greater than or equal to a microsecond. If a started timer is never stopped because of failure, start time of duration will be reset next time."
             }
           ]
         }