Code

Imported Upstream version 1.4.7
[pkg-rrdtool.git] / doc / rrdtutorial.txt
index 97bf96b1adac0a7bb42b58adcad8289ff37ba6d3..b3f8e6146e15e645e35d2250a7698c280f2ecc67 100644 (file)
@@ -53,7 +53,7 @@ T\bTU\bUT\bTO\bOR\bRI\bIA\bAL\bL
        you can go on and on and on. After a while, all the available places
        will be used and the process automatically reuses old locations. This
        way, the dataset will not grow in size and therefore requires no
-       maintenance.  RRDtool works with with Round Robin Databases (RRDs). It
+       maintenance.  RRDtool works with Round Robin Databases (RRDs). It
        stores and retrieves data from them.
 
    W\bWh\bha\bat\bt d\bda\bat\bta\ba c\bca\ban\bn b\bbe\be p\bpu\but\bt i\bin\bnt\bto\bo a\ban\bn R\bRR\bRD\bD?\b?
@@ -309,10 +309,16 @@ T\bTU\bUT\bTO\bOR\bRI\bIA\bAL\bL
         920808600: 6.6666666667e-03
         920808900: 3.3333333333e-03
         920809200: nan
-
-       If it doesn't, something may be wrong.  Perhaps your OS will print
-       "NaN" in a different form. "NaN" stands for "Not A Number".  If your OS
-       writes "U" or "UNKN" or something similar that's okay.  If something
+        920809500: nan
+
+       Note that you might get more rows than you expect. The reason for this
+       is that you ask for a time range that ends on 920809200. The number
+       that is written behind 920809200: in the list above covers the time
+       range from 920808900 to 920809200, EXCLUDING 920809200. Hence to be on
+       the sure side, you receive the entry from 920809200 to 920809500 as
+       well since it INCLUDES 920809200. You may also see "NaN" instead of
+       "nan" this is OS dependent.  "NaN" stands for "Not A Number".  If your
+       OS writes "U" or "UNKN" or something similar that's okay.  If something
        else is wrong, it will probably be due to an error you made (assuming
        that my tutorial is correct of course :-). In that case: delete the
        database and try again.
@@ -1154,4 +1160,4 @@ A\bAU\bUT\bTH\bHO\bOR\bR
 
 
 
-1.4.3                             2009-10-15                    RRDTUTORIAL(1)
+1.4.7                             2011-01-15                    RRDTUTORIAL(1)