Re: [Ganglia-developers] ideas for PHP frontend improvements

2007-11-14 Thread Richard Mohr
On Tue, 2007-11-06 at 13:23 -0600, [EMAIL PROTECTED] wrote: > - Provide graphs as a web service > This would accept requests for metric data (XML, JSON, whichever), > generate a graph, and respond with a URL to the graph. This would > make it possible to embed metrics in other web application

Re: [Ganglia-developers] ideas for PHP frontend improvements

2007-11-07 Thread Paul Millar
Hi Alex, Some thoughts... On Tuesday 06 November 2007 20:23:50 [EMAIL PROTECTED] wrote: > I've been working on a list of ways to improve the PHP web frontend. > Just curious what every else thinks of these. > > - add support for a caching layer for generated graphs > Add code that allows caching

Re: [Ganglia-developers] ideas for PHP frontend improvements

2007-11-06 Thread Jesse Becker
Matthew Chambers wrote: I don't know if I would call it difficult change, but it's a different method of generating the graph. Currently rrdtool writes to standard output and that gets sent straight to the client (after the HTTP I'd forgotten that the graphs were generated on the fly. That

Re: [Ganglia-developers] ideas for PHP frontend improvements

2007-11-06 Thread Matthew Chambers
I don't know if I would call it difficult change, but it's a different method of generating the graph. Currently rrdtool writes to standard output and that gets sent straight to the client (after the HTTP header). The --lazy option obviously only works for writing to a file, which means the f

Re: [Ganglia-developers] ideas for PHP frontend improvements

2007-11-06 Thread Jesse Becker
[EMAIL PROTECTED] wrote: I've been working on a list of ways to improve the PHP web frontend. Just curious what every else thinks of these. - add support for a caching layer for generated graphs Add code that allows caching of generated graphs, either on the filesystem or in a memcache cach

[Ganglia-developers] ideas for PHP frontend improvements

2007-11-06 Thread alex
I've been working on a list of ways to improve the PHP web frontend. Just curious what every else thinks of these. - add support for a caching layer for generated graphs Add code that allows caching of generated graphs, either on the filesystem or in a memcache cache. When generating a graph