[rrd-users] [rrd] Can't I turn off data smoothing for GAUGE?

Alex van den Bogaerdt alex at vandenbogaerdt.nl
Sat Aug 21 04:20:33 CEST 2010


> Am 20.08.2010 12:32, schrieb Alex van den Bogaerdt:
>>> Alex van den Bogaerdt wrote:
>>>
>>>> I still worry about the next issue coming up... 1200 CDPs to display
>>>> and
>>>> only 600 pixels available in the graph... One bitfield is a nice
>>>> nonnormalized 128, the other is 0. what is RRDtool going to do?
>>>> Display
>>>> 128, 0 or 64 ?
>>>
>>> Better still, when someone has used it as a bitmap, so 128 means one
>>> thing, 64 means something else - so "fans running" and "nothing"
>>> averages to "sprinklers on" !
>>
>> which is exactly my point.
>>
>> But in the case of two CDPs per pixel column, one could just display
>> both.
>> Problem worked around.
>>
>> So the next issue comes up: how to display bit fields 65536, 32768,
>> 16384,
>> 8192, 4096, 2048, 1024, and 1, all in one graph of 100 pixels high?
>> (notice how I am avoiding consolidating 8 CDPs at graph time)
>
>
> ... by using a logarithmic Y-scale with a base 2 ... !?
>
> Not only for this, but I had some other cases as well where I would have
> loved to
> be able to change the base of the logarithmic y-axis from 10 to something
> else ...

I'm sure you're welcome to build this into RRDtool. I think this will
prove to be a relatively easy task, so good to start with.

Next problem to solve:
How to display bitfields 65536 some 100+ times, bitfield 128 also some
100+ times, and bitfields 32768, 16384, 8192 and so on each one time. All
of this for a single pixel column, the next pixel column has a similar
problem with different amounts, and data still need to be visible,
readable, understandable. Basically you need to show 256 timeslots per
pixel column, without consolidating 256 rates into one rate. The pixel
column is 100 pixels high.



More information about the rrd-users mailing list