#558402 rrdtool: --logarithmic and --base don't work together

Package:
rrdtool
Source:
rrdtool
Description:
time-series data storage and display system (programs)
Submitter:
Kurt Roeckx
Date:
2015-10-31 22:57:06 UTC
Severity:
normal
#558402#5
Date:
2009-11-28 16:31:28 UTC
From:
To:
Hi,

Using the combination of --logarithmic with --base 1024 does not
work like expected.  The --base 1024 part doesn't have any effect.

I'm making graphs of things like disk usage, and the disk usage
grows exponentionaly giving, so giving a more or less straight
line on a logarithmic scale.

I add the values in bytes, so that I get a proper unit on the
graph, but I'm used to work with GiB (base 1024) but it's showing
it to me with base 1000 on the graph.


Kurt