[rrd-users] Re: Adding many data samples at once
Serge Maandag
serge.maandag at staff.zeelandnet.nl
Thu Apr 14 16:45:50 MEST 2005
> foreach (1..5000) {
> $NewTimeStamp = $baseTime + 300;
> Push (@DataPoints, "ValIn:ValOut:$NewTimeStamp");
> }
shouldn't that be "$NewTimeStamp:ValIn:ValOut" ?
> RRDs::update ("test.rrd", @DataPoints);
>
> The problem is that this will produce an error because it
> tells me that it
> was looking for 2 data points but got 5000 (in this example).
> How can I
> perform this update in 1 rrd update instead of (much slower)
> 5000 updates?
Uhm, perhaps this works?
RRDs::update ("test.rrd", join (" ", at DataPoints));
Serge.
-------------
Op de inhoud van dit e-mailbericht en de daaraan gehechte bijlagen is de inhoud van de volgende disclaimer van toepassing: http://www.zeelandnet.nl/disclaimer.php
-------------
For the content of this e-mail message and its attachment(s) the following disclaimer applies: http://www.zeelandnet.nl/disclaimer.php
--
Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive http://lists.ee.ethz.ch/rrd-users
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
More information about the rrd-users
mailing list