This is a discussion on Re: [rrd-users] Generate graphs without a RRD? within the RRD Users forums, part of the Networking and Network Related category; Simon Hobson wrote: > - create rrd file, see docs > - extract data from sql database, write query > - insert into ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Simon Hobson wrote: > - create rrd file, see docs > - extract data from sql database, write query > - insert into rrd file, see docs again > - draw graph, see docs > - delete rrd file, "rm ${tempfile}" I have tested both approaches and there does not seem to be much difference in speed (both are quite fast), So I think I'm going to stay away from SQLite to reduce the overall complexity and just use RRD. Downside is of course that this way I somehow ignore the RR from RRD, because I will collect the data in yearly RRDs which will never ever be overwritten. But it seems to work quite fine. I have another question (quite similar to the one I send in February), but I'll post this as a different thread. Thanks! Carsten _______________________________________________ rrd-users mailing list rrd-users@lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users |