Re: Public.Tools.RRDtool
I've got some somewhere... I'll try to dig some up.
It isn't very good, however. The thing about rrdtool is that they don't have much of an api. The api is nothing
more than passing arguments to the function, the same way as you pass arguments to the command line
application. It does all the parsing itself. Everything else was the same, including parts that dumped to
or to a file, still did so. You couldn't request to get the information back as a string buffer or something.
You had to dump to the file (or stdout), then parse that yourself, rather than getting something more in a
machine format (like arrays or something).
It turned out to be almost easier to skip it and just spawn processes and capture the output.
----- Original Message ----
From: James Harton <james <at> helicopter.geek.nz>
To: pike <at> roxen.com
Sent: Sunday, September 21, 2008 10:55:34 PM
Subject: Public.Tools.RRDtool
Hi there.
There are no module docs for this module on modules.gotpike.org - does
anyone have any code they can show me?
Cheers.
James.