This document summarizes two PHP monitoring tools: APM (Alternative PHP Monitor) and Pinba. APM is a tool dedicated to error handling in PHP applications. It provides functions to retrieve error events and slow requests from a database. Pinba is focused on real-time performance monitoring. It allows setting timers and retrieving performance metrics like request time and memory usage. Both tools have low overhead and are open source alternatives to commercial monitoring solutions.