Adding DTrace Probes to PHP Extensions
- by cj
The powerful DTrace tracing facility has some PHP-specific probes
that can be enabled with --enable-dtrace.
DTrace for Linux is being created by Oracle and is currently in tech preview. Currently it doesn't support userspace tracing so,
in the meantime, Systemtap can be used to monitor the probes
implemented in PHP. This was recently outlined in…