From: Naoki Kambe Date: Thu, 28 Mar 2013 09:39:04 +0000 (+0900) Subject: [2252] update descriptions X-Git-Tag: bind10-1.2.0beta1-release~474^2~4^2~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff8d95f4e0afc3d2b8fc5f3e75eb41edee1f969e;p=thirdparty%2Fkea.git [2252] update descriptions consider an exceptional case that transferring is done in less than a microsecond --- diff --git a/src/bin/xfrin/b10-xfrin.xml b/src/bin/xfrin/b10-xfrin.xml index ed316f455d..7b9ce2558e 100644 --- a/src/bin/xfrin/b10-xfrin.xml +++ b/src/bin/xfrin/b10-xfrin.xml @@ -297,14 +297,16 @@ operation last_ixfr_duration - Duration of the last IXFR. 0.0 means no successful IXFR done. + Duration of the last IXFR. 0.0 means no successful IXFR done + in greater than or equal to a microsecond. last_axfr_duration - Duration of the last AXFR. 0.0 means no successful AXFR done. + Duration of the last AXFR. 0.0 means no successful AXFR done + in greater than or equal to a microsecond. diff --git a/src/bin/xfrin/xfrin.spec b/src/bin/xfrin/xfrin.spec index 5465b01017..5d4f206325 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." + "item_description": "Duration of the last IXFR. 0.0 means no successful IXFR done in greater than or equal to a microsecond." }, { "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." + "item_description": "Duration of the last AXFR. 0.0 means no successful AXFR done in greater than or equal to a microsecond." } ] }