Re: Graphing Data

2003-01-31 Thread Mat Harris
try rrdtool. www.rrdtool.org. can be hard to setup much _so_ good once it is going. you can do anything with it On Fri, Jan 31, 2003 at 04:58:12 -0500, Scott, Joshua wrote: > Hi everyone, > > I'm starting to write a script which gathers the output of the SAR command > from Linux and does somethi

RE: Graphing Data

2003-01-31 Thread Timothy Johnson
Check out the GD module. I think it does what you want. It takes your input and outputs a graph in PNG format. -Original Message- From: Scott, Joshua [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 1:58 AM To: '[EMAIL PROTECTED]' Subject: Graphing Data Hi ever

Graphing Data

2003-01-31 Thread Scott, Joshua
Hi everyone, I'm starting to write a script which gathers the output of the SAR command from Linux and does something with it. Can anyone recommend an simple way to gather specific data and output it to some kind of graph? The SAR command in Linux can output in a delimited format. Once I decide