rrdinfo.pod rrdtune.pod rrdbuild.pod rrdflushcached.pod \
rrdcgi.pod rrdgraph.pod rrdlast.pod rrdlastupdate.pod \
rrdcreate.pod rrdgraph_data.pod rrdresize.pod rrdtutorial.pod \
- PDP_calculation_explanation.pod \
- rrdlist.pod $(am__append_1) $(am__append_2) $(am__append_3)
+ rrd_pdpcalc.pod rrdlist.pod \
+ $(am__append_1) $(am__append_2) $(am__append_3)
POD3 = librrd.pod
PMP = RRDs.pod RRDp.pod
MAN = $(POD:.pod=.1)
single timestamp the timestamp is at the end of the period the value
represents. Note that the timestamp itself is outside the period the sample is
valid for. For more details about this, see L<PDP calculation
-explanation|PDP_calculation_explanation>.
+explanation|rrd_pdpcalc>.
So the time range for a sample with a timestamp is actually
from C<timestamp - step> inclusive to C<timestamp> exclusive.