author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 12 May 2008 15:33:31 +0000 (15:33 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 12 May 2008 15:33:31 +0000 (15:33 +0000) | ||
commit | c6dcafb31b008be2c86efbc937ced5aab2b5a06e | |
tree | d2b58f71aed95f21b54b2a488a21a8ab1db5f14a | tree | snapshot |
parent | 1c5c12b907eaafaa6c24999a241f418a81785b9d | commit | diff |
Fixed handling of unknown data at PDP build time. There was a long standing
(even documented) missfeature in rrdtool which caused uknown-data to be
accepted as long as it was less than the mrhb. This was never the intended
behaviour and had interesting side effects
(http://oss.oetiker.ch/rrdtool-trac/ticket/125): If you have a 60 Second
step with 59s unknown data and 1 second of known data the whole become known
data as long as the mrhb was > step. The intended behaviour was that a step
should become unknown as soon as it contains more than 50% of unknown data.
The patch fixes both the documentation and the code.
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1340 a5681a0c-68f1-0310-ab6d-d61299d08faa
(even documented) missfeature in rrdtool which caused uknown-data to be
accepted as long as it was less than the mrhb. This was never the intended
behaviour and had interesting side effects
(http://oss.oetiker.ch/rrdtool-trac/ticket/125): If you have a 60 Second
step with 59s unknown data and 1 second of known data the whole become known
data as long as the mrhb was > step. The intended behaviour was that a step
should become unknown as soon as it contains more than 50% of unknown data.
The patch fixes both the documentation and the code.
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1340 a5681a0c-68f1-0310-ab6d-d61299d08faa
program/doc/rrdcreate.pod | diff | blob | history | |
program/src/rrd_update.c | diff | blob | history |