From: Naoki Kambe Date: Thu, 28 Mar 2013 11:09:55 +0000 (+0900) Subject: [2252] update descriptions of last_*xfr_duration X-Git-Tag: bind10-1.2.0beta1-release~474^2~4^2~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d5c20e29fd4a74db31024bdcdaa99d431af3219;p=thirdparty%2Fkea.git [2252] update descriptions of last_*xfr_duration about the case that a started timer is never stopped due to failure --- diff --git a/src/bin/xfrin/b10-xfrin.xml b/src/bin/xfrin/b10-xfrin.xml index 7a79fc7693..6cbe792aed 100644 --- a/src/bin/xfrin/b10-xfrin.xml +++ b/src/bin/xfrin/b10-xfrin.xml @@ -300,7 +300,9 @@ operation last_ixfr_duration 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. @@ -308,7 +310,9 @@ operation last_axfr_duration 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. diff --git a/src/bin/xfrin/xfrin.spec b/src/bin/xfrin/xfrin.spec index ea6de2df5a..b3e101aa4d 100644 --- a/src/bin/xfrin/xfrin.spec +++ b/src/bin/xfrin/xfrin.spec @@ -194,7 +194,7 @@ "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", @@ -202,7 +202,7 @@ "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." } ] }