Re: graphing a data stream

2003-10-09 Thread Jack Bowling
On Thu, Oct 09, 2003 at 12:57:22AM -0500, ivan roseland wrote: > > Hey, > > my best guess would involve grabbing the data as it comes in with a perl > script and then write it to RRDTool > then let RRD tool draw the graph when it is needed. Thanks, Ivan. Not swure RRDTool would do any better tha

Re: graphing a data stream

2003-10-08 Thread ivan roseland
Hey, my best guess would involve grabbing the data as it comes in with a perl script and then write it to RRDTool then let RRD tool draw the graph when it is needed. Ivan > I have googled unsuccessfully for any relevant info on this but I am > sure that it is old hat to many of you out there

graphing a data stream

2003-10-08 Thread Jack Bowling
I have googled unsuccessfully for any relevant info on this but I am sure that it is old hat to many of you out there. At work, I would like to dump a stream of data points on two separate ttys into a spreadsheet or database and graph the data in "near real time". If there are any tutorials or sugg