]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Add two new data types: DCOUNTER and DDERIVE, which resemble
authorMaksym Sobolyev <sobomax@sippysoft.com>
Tue, 24 Jun 2014 23:20:42 +0000 (16:20 -0700)
committerMaksym Sobolyev <sobomax@sippysoft.com>
Tue, 24 Jun 2014 23:20:42 +0000 (16:20 -0700)
commit06a486e80aa24781333827d05fcb86fafd535eb1
tree33c4a6f76157fb4bb93f2ee60eab6b3768ea21c7
parent71a11e13c0fa6dc171ecb927971d85d2cd44e392
Add two new data types: DCOUNTER and DDERIVE, which resemble
COUNTER and DERIVE, but take double precision floating point
number as an argument. Like it or not, the world as we know it
is not described by integer numbers, not even the real numbers,
it's complex amplitudes, folks. But well, we don't onserve
amplitudes directly, so real numbers are the closest bet that
we have at the moment.

This is still WiP, documentation is coming.
src/rrd_create.c
src/rrd_format.c
src/rrd_format.h
src/rrd_update.c