]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Contents of this patch:
authorJake Brutlag <jbrutlag@sbcglobal.net>
Wed, 22 Aug 2001 22:29:07 +0000 (22:29 +0000)
committerJake Brutlag <jbrutlag@sbcglobal.net>
Wed, 22 Aug 2001 22:29:07 +0000 (22:29 +0000)
commit486b0b29d6836d73a9c4e7f4e68cdba820a307a4
treefe4cef56f8b133cf574f65aec29cd67347783922
parent43ebfb4dde76a8038a01dfbe47005337a53df505
Contents of this patch:
(1) Adds/revises documentation for rrd tune in rrd_tool.c and pod files.
(2) Moves some initialization code from rrd_create.c to rrd_hw.c.
(3) Adds another pass to smoothing for SEASONAL and DEVSEASONAL RRAs.
This pass computes the coefficients as deviations from an average; the
average is added the baseline coefficient of HWPREDICT. Statistical texts
suggest this to preserve algorithm stability. It will not invalidate
RRD files created and smoothed with the old code.
(4) Adds the aberrant-reset flag to rrd tune. This operation, which is
specified for a single data source, causes the holt-winters algorithm to
forget everthing it has learned and start over.
(5) Fixes a few out-of-date code comments.

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@52 a5681a0c-68f1-0310-ab6d-d61299d08faa
doc/rrdtune.pod
src/rrd_create.c
src/rrd_hw.c
src/rrd_hw.h
src/rrd_rpncalc.c
src/rrd_tool.c
src/rrd_tune.c