Re: csv to jpg

2008-06-12 Thread Santosh Reddy
Why should we have a database for simple operation like this. I am assuming that you are referring to RDBMS. On Thu, Jun 12, 2008 at 5:45 PM, Jeff Peng <[EMAIL PROTECTED]> wrote: > On Thu, Jun 12, 2008 at 8:12 PM, Santosh Reddy <[EMAIL PROTECTED]> > wrote: > > Do we need to have a database for th

Re: csv to jpg

2008-06-12 Thread Jeff Peng
On Thu, Jun 12, 2008 at 8:12 PM, Santosh Reddy <[EMAIL PROTECTED]> wrote: > Do we need to have a database for this? > Cant we do it without a database. Just using txt or csv file and make a jpg > or png out of it Sure you can. But using a database have any bad points? -- Jeff Peng - [EMAIL PROTE

Re: csv to jpg

2008-06-12 Thread Santosh Reddy
Do we need to have a database for this? Cant we do it without a database. Just using txt or csv file and make a jpg or png out of it On Thu, Jun 12, 2008 at 4:34 PM, Jeff Peng <[EMAIL PROTECTED]> wrote: > On Thu, Jun 12, 2008 at 4:49 PM, Santosh Reddy <[EMAIL PROTECTED]> > wrote: > > Hi, > > > >

Re: csv to jpg

2008-06-12 Thread Jeff Peng
On Thu, Jun 12, 2008 at 4:49 PM, Santosh Reddy <[EMAIL PROTECTED]> wrote: > Hi, > > I am having some prstat log files. From which i want to make some graphs. > Any pointers are greatly appreciated. > Hi, Parse the logs and write the results to a database, then using GD::Graph or something like th

Re: csv to jpg

2008-06-12 Thread Rodrick Brown
On Thu, Jun 12, 2008 at 4:49 AM, Santosh Reddy <[EMAIL PROTECTED]> wrote: > Hi, > > I am having some prstat log files. From which i want to make some graphs. > Any pointers are greatly appreciated. Checkout rrd (Round Robin Database) they're also bindings available for perl. > > -- > Thanks & R

csv to jpg

2008-06-12 Thread Santosh Reddy
Hi, I am having some prstat log files. From which i want to make some graphs. Any pointers are greatly appreciated. -- Thanks & Regards, Santosh Reddy.