<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3059" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>Hello, new to RRD so bare with me. WOuld like to do the following, please let me know if possible and point to a "how-to" if it exists:</DIV>
<DIV>&nbsp;</DIV>
<DIV>1) ONLY WHEN USER INITIATES, Import data from Oracle table&nbsp;holding samples (5 min based), convert&nbsp;into RRD</DIV>
<DIV>2) Create on-the-fly graphs from this data for the user</DIV>
<DIV>&nbsp;</DIV>
<DIV>So, we have a PERL cgi. User selects a router from&nbsp;a list, query is sent to Oracle to grab data for this router for&nbsp;the last 4 hours (this part is done). I need to know what my next steps are to properly convert this data into RRD format and then graph the data. All this on the fly from a web based form.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Can someone help with examples?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Data samples from Oracle are below:</DIV>
<DIV>&nbsp;</DIV>
<DIV>UnixTimeStamp,bytesIn</DIV>
<DIV>&nbsp;</DIV>
<DIV>1178907000,1755542.96712304<BR>1178907300,1686253.2863609<BR>1178907600,1741205.11359802<BR>1178907900,2106475.96480504<BR>1178908200,2024695.73205098<BR>1178908500,1981881.13457261<BR>1178908800,2082253.97012263<BR>1178909100,1979156.99656633<BR>1178909400,2040400.01742751<BR>1178909700,2051078.17097294<BR></DIV></BODY></HTML>