Matthew Weier O’Phinney’s Blog: Real-time ZF Monitoring via Zend Server

There is new exiting feature in Zend Server and Zend Framework – ability to real-time monitoring of Zend Framework applications.

Zend Server’s Monitor extension has some capabilities for providing more context, and does much of this by default: request and environment settings available when the error was logged, the function name and arguments provided, and a full backtrace are available for you to inspect. Additionally, the Monitor extension includes an API that allows you to trigger custom Monitor events, and you can provide additional context when doing so — such as passing objects or arrays that may help provide context when debugging.

Matthew Weier O’Phinney wrote short tutorial about using new Zend_Log_Writer_ZendMonitor and Zend Server’s capability of presenting errors logged this way.



  • Share/Bookmark