You add but never delete.<div>And actually you are not really adding , you are filling an already existing bucket with fresher data.<br>Think of it as a table with a fixed number of rows that get updates in sequence until you get to the last row, you then go back to the beginning and start updating the first row again.</div>
<div>the a row has only two columns: time and value.</div><div><br></div><div>I whipped up in 15 minutes a perl script that takes a &quot;SHOW GLOBAL VARIABLES&quot; from mysql and greps out variables I care about then rrdupdates a single rrd.</div>
<div><br></div><div>Ihe question about &quot;independant varaibles&quot; really is about when you collect the data. If you collect it all at the same time every time, then useing one process and one rrd is the way to go.</div>
<div><br></div><div>If some variables should be recorded once an hour and some once every five minutes say, then you should have an rrd for each frequency of collection ( and tune each rrd appropriately ).</div><div><br></div>
<div>David</div><div><br></div><div><br></div><div><br><div class="gmail_quote">On Fri, Sep 24, 2010 at 8:19 PM, Tim Uckun <span dir="ltr">&lt;<a href="mailto:timuckun@gmail.com">timuckun@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">&gt;<br>
&gt; Is this period the same for each, or do they have to be independent?<br>
<br>
</div>I think they would be independent. What I would do is to send data to<br>
rrd when each record is changed.<br>
<div class="im">&gt;<br>
&gt; Yes you can.  Multiple items can be tracked in a single database.  You<br>
&gt; just add in additional data sources (DS) when you create the database.<br>
<br>
<br>
</div>This is pretty dynamic? In other words is it like adding, or deleting<br>
rows from a table?<br>
<div><div></div><div class="h5"><br>
_______________________________________________<br>
rrd-users mailing list<br>
<a href="mailto:rrd-users@lists.oetiker.ch">rrd-users@lists.oetiker.ch</a><br>
<a href="https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users" target="_blank">https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users</a><br>
</div></div></blockquote></div><br></div>