Thanks for the quick reply!

I want to display the resolution of the graphed data to the user. Since the
data is resampled (by fetch?) I don't know the resolution. According to the
fetch documentation "the fetch function is normally used internally by the
graph function to get data from RRDs", so i guess the "step size" or
resolution is known to the graph(v) function but not returned.

/Fredrik

On Fri, Oct 15, 2010 at 09:23, Tobias Oetiker <[email protected]> wrote:

> Hi Frederik,
>
> Today Fredrik Kers wrote:
>
> > Hi!
> >
> > I'm using the python rrdtool bindings to create a interactive view of rrd
> > data where you can zoom and pan in the graph. Is there a way to get the
> step
> > size of the graph created by rrdtool.graphv, like you get from
> > rrdtool.fetch?
>
> the step is not necessarily unifor as far as the input data is
> concerned ... the data gets re-sampled inside rrdgraph prior to
> drawing ...
>
> what problem are you tring to solve ?
>
> cheers
> tobi
>
>
> > /Fredrik
> >
>
> --
> Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
> http://it.oetiker.ch [email protected] ++41 62 775 9902 / sb: -9900
>
_______________________________________________
rrd-users mailing list
[email protected]
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

Reply via email to