News Feed
Jobs Feed
Sections




News Archive
David Parra:
Probing PHP with Systemtap on Linux
December 05, 2012 @ 10:41:30

David Parra has a new post to his site today about a method of using Systemtap to profile PHP as the code executes (as an alternative when DTrace may not be available.

PHP introduced DTrace support with PHP 5.3, enabling probing points in the PHP executable that can be used to simplify probing of PHP applications without having to the PHP implementation details. We enabled probes on function calls, file compilation, exceptions and errors. But this has always been limited to the operating systems that support DTrace. With the popularity of DTrace, Systemap programmers decided to add a DTrace compatibility layer that allows to use DTrace probes as Systemtap probing points as well.

Thanks to a recent commit to the PHP 5.5 branch, your PHP installation (compiled with DTrace support) can be executed with the "stap" command and searched for probe points. He includes a simple Systemtap script that counts the calls of a specific function to get you started.

0 comments voice your opinion now!
probe profile systemtap dtrace compile tutorial


blog comments powered by Disqus

Similar Posts

PHPBuilder.com: Using cURL with PHP

Zend Developer Zone: Indexing Web Content with PHP and SWISH-E

PHPit.net: Using globals in PHP

DevShed: Authentication for Web Application Security

Ibuildings techPortal: Using MongoDb in PHP Applications


Community Events









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


community zendframework2 release tool database development opinion interview language introduction object unittest framework phpunit code podcast api example testing composer

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