[rrd-users] display graphs generated with python bindings in html
Clemens Weninger
clemens_weninger at gmx.net
Tue Dec 15 00:21:01 CET 2009
Hello everybody,
I am trying to generate dynamic graphs with rrdtool python bindings
and display them with a django web page.
I don't want to save the created picture, but create them on the fly.
In PHP there was the way of calling rrdtool graph - <options> and
putting header("Content-type: image/gif"); in front of it.
Is there a similar way with the python bindings to direct the output of
rrdtool.graph() directly to the web page?
thanks
Clemens
More information about the rrd-users
mailing list