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
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
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,
> >
> >
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
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
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.