News Feed
Jobs Feed
Sections




News Archive
Chris Jones:
Adding DTrace Probes to PHP Extensions
December 07, 2012 @ 09:35:09

In a new post to his site (related to the topic of this previous post) Chris Jones shows you how to setup and use DTrace support in your PHP installation for enhanced debugging abilities.

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 David Soria Parra's post Probing PHP with Systemtap on Linux.

His examples are using the Oracle flavor of linux, but they should work for just about any unix-based system out there. He installs the tool via a yum package and compiles the latest PHP source with the "enable-dtrace" flag. He includes a simple script to connect to an Oracle database and shows the contents of the resulting "functrace.stp". He also shows how he added more "prodbes" (the points DTrace uses to profile) into the OCI8 extension for PHP (steps and source included).

0 comments voice your opinion now!
dtrace extension probe tutorial compile oci8 extension


blog comments powered by Disqus

Similar Posts

The Bakery: 10 New CakePHP Articles, Tutorials and Helpers

Zumba Engineering Blog: Mocking Singleton PHP classes with PHPUnit

Joshua Eichorn's Blog: Adding AJAX to a Website step by step, Part II

Bruno Goncalves' Blog: Writting your first WordPress plugin

DevShed: Returning Strings from Views with Code Igniter


Community Events









Don't see your event here?
Let us know!


opinion example podcast tool object introduction api framework functional event development interview code release composer language testing zendframework2 community conference

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework