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
2010-02-21 10:05:59
I am looking for a solution that has already been integrated into CakePHP. Is there a CakePHP plugin available that utilizes Munin?
BWelfel
2010-02-21 18:39:04
This is not what I am looking for. I am looking for a performance monitoring system, not a debugging system.
BWelfel
2010-02-24 00:04:17
The other thing that I know of which tracks execution time is CacheGrind. http://code.google.com/p/webgrind/
DavidYell
2010-02-24 15:44:43
I see this uses Xdebug... I wish there was something with a more rich interface like New Relic.
BWelfel
2010-02-25 00:48:46