Code

Imported upstream version 1.4~rc2.
[pkg-rrdtool.git] / doc / cdeftutorial.1
index 07ec9b2e30790c80742667a05c50cc3078c0f1a7..937d629264eb550559ab0b59622dc583917b92ca 100644 (file)
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.32
+.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.14
 .\"
 .\" Standard preamble:
 .\" ========================================================================
 ..
 .\" Set up some character translations and predefined strings.  \*(-- will
 .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
-.\" double quote, and \*(R" will give a right double quote.  \*(C+ will
-.\" give a nicer C++.  Capital omega is used to do unbreakable dashes and
-.\" therefore won't be available.  \*(C` and \*(C' expand to `' in nroff,
-.\" nothing in troff, for use with C<>.
-.tr \(*W-
+.\" double quote, and \*(R" will give a right double quote.  | will give a
+.\" real vertical bar.  \*(C+ will give a nicer C++.  Capital omega is used to
+.\" do unbreakable dashes and therefore won't be available.  \*(C` and \*(C'
+.\" expand to `' in nroff, nothing in troff, for use with C<>.
+.tr \(*W-|\(bv\*(Tr
 .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
 .ie n \{\
 .    ds -- \(*W-
 .\" ========================================================================
 .\"
 .IX Title "CDEFTUTORIAL 1"
-.TH CDEFTUTORIAL 1 "2008-10-30" "1.3.5" "rrdtool"
+.TH CDEFTUTORIAL 1 "2009-02-21" "1.3.99909060808" "rrdtool"
 .SH "NAME"
 cdeftutorial \- Alex van den Bogaerdt's CDEF tutorial
 .SH "DESCRIPTION"
@@ -142,7 +142,7 @@ adding it to this document would benefit most users, please do ask me
 to add it.  I will then try to provide an answer in the next release
 of this tutorial.  No feedback equals no changes! Additions to
 this document are also welcome.  \*(-- Alex van den Bogaerdt
-<alex@ergens.op.het.net>
+<alex@vandenbogaerdt.nl>
 .Sh "Why this tutorial?"
 .IX Subsection "Why this tutorial?"
 One of the powerful parts of RRDtool is its ability to do all sorts
@@ -404,12 +404,12 @@ every minute:
 .PP
 .Vb 7
 \&   counter value    resulting rate
-\&   10\(aq000
-\&   10\(aq060            1; (10\(aq060\-10\(aq000)/60 == 1
-\&   10\(aq120            1; (10\(aq120\-10\(aq060)/60 == 1
-\&   unknown           unknown; you don\(aqt know the last value
-\&   10\(aq240            unknown; you don\(aqt know the previous value
-\&   10\(aq300            1; (10\(aq300\-10\(aq240)/60 == 1
+\&   10'000
+\&   10'060            1; (10'060\-10'000)/60 == 1
+\&   10'120            1; (10'120\-10'060)/60 == 1
+\&   unknown           unknown; you don't know the last value
+\&   10'240            unknown; you don't know the previous value
+\&   10'300            1; (10'300\-10'240)/60 == 1
 .Ve
 .PP
 If the \s-1CDP\s0 was to be calculated from the last five updates, it would get
@@ -956,7 +956,7 @@ You may do some complex data filtering:
 \&    CDEF:prev3=PREV(prev2)
 \&    CDEF:median=prev1,prev2,prev3,+,+,3,/
 \&    LINE3:median#000077:filtered
-\&    LINE1:prev2#007700:\(aqraw data\(aq
+\&    LINE1:prev2#007700:'raw data'
 .Ve
 .PP
 .Vb 1
@@ -970,7 +970,7 @@ You may do some complex data filtering:
 \&    CDEF:prevtime=PREV(time)
 \&    CDEF:derivate=var,prev1,\-,time,prevtime,\-,/
 \&    LINE3:derivate#000077:derivate
-\&    LINE1:var#007700:\(aqraw data\(aq
+\&    LINE1:var#007700:'raw data'
 .Ve
 .SH "Out of ideas for now"
 .IX Header "Out of ideas for now"
@@ -978,7 +978,7 @@ This document was created from questions asked by either myself or by
 other people on the RRDtool mailing list. Please let me know if you
 find errors in it or if you have trouble understanding it. If you
 think there should be an addition, mail me:
-<alex@ergens.op.het.net>
+<alex@vandenbogaerdt.nl>
 .PP
 Remember: \fBNo feedback equals no changes!\fR
 .SH "SEE ALSO"
@@ -987,4 +987,4 @@ The RRDtool manpages
 .SH "AUTHOR"
 .IX Header "AUTHOR"
 Alex van den Bogaerdt
-<alex@ergens.op.het.net>
+<alex@vandenbogaerdt.nl>