X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=doc%2Frrd-beginners.pod;h=5ac79973f6d728864867c30dedb3f53289667cfe;hp=c3d0a397155a5dd7a698f81377d7fcc8bc7bb8c0;hb=22129bb15a8ad204cf8a5e88e8834ec0b51908c0;hpb=be5e994545647ff16f80d376e70f6b74da130612 diff --git a/doc/rrd-beginners.pod b/doc/rrd-beginners.pod index c3d0a39..5ac7997 100644 --- a/doc/rrd-beginners.pod +++ b/doc/rrd-beginners.pod @@ -58,7 +58,7 @@ data flow to update the RRDtool database. =back RRDtool is designed to store time series of data. With every data -update, an assosiated time stamp is stored. Time is always expressed +update, an associated time stamp is stored. Time is always expressed in seconds passed since epoch (01-01-1970). RRDtool can be installed on Unix as well as Windows. It comes with a command set to carry out various operations on RRD databases. This command set can be accessed @@ -149,7 +149,7 @@ is much better than to assume a missing value was 0 (zero) or any other number which might also be a valid data value. For example, the traffic flow counter on a router keeps increasing. Lets say, a value is missed for an interval and 0 is stored instead of UNKNOWN. Now when -hte next value becomes available, it will calculate the difference +the next value becomes available, it will calculate the difference between the current value and the previous value (0) which is not correct. So, inserting the value UNKNOWN makes much more sense here.