views:

204

answers:

2

I would like to get a better insight into my CakePHP application. Ideally, the report would be similar to those generated by New Relic RPM - http://www.newrelic.com/. Are there any plugins or services that can deliver these sorts of reports for CakePHP applications? I am looking for a monitoring application - not just a debugging solution.

A: 

Check Munin: http://munin.projects.linpro.no/

It's a monitoring application. You can write your own plugins!

blavla
I am looking for a solution that has already been integrated into CakePHP. Is there a CakePHP plugin available that utilizes Munin?
BWelfel
+2  A: 

Have a go with the DebugBar it might do what you need.

http://github.com/cakephp/debug_kit

DavidYell
This is not what I am looking for. I am looking for a performance monitoring system, not a debugging system.
BWelfel
The other thing that I know of which tracks execution time is CacheGrind. http://code.google.com/p/webgrind/
DavidYell
I see this uses Xdebug... I wish there was something with a more rich interface like New Relic.
BWelfel