Browse Source

[2252] update descriptions of last_*xfr_duration

about the case that a started timer is never stopped due to failure
Naoki Kambe 12 years ago
parent
commit
4d5c20e29f
2 changed files with 8 additions and 4 deletions
  1. 6 2
      src/bin/xfrin/b10-xfrin.xml
  2. 2 2
      src/bin/xfrin/xfrin.spec

+ 6 - 2
src/bin/xfrin/b10-xfrin.xml

@@ -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>
 

+ 2 - 2
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."
             }
           ]
         }