News Feed
Jobs Feed
Sections




News Archive
Experimentalworks Blog:
DTracing PHP
December 22, 2008 @ 15:19:10

On the Experimentalworks blog a recent post looks at using DTrace, the powerful tool to debug and trace problems in an application, with your PHP applications.

Dtrace is really powerful and trying to do an introduction to all it's features is just not possible. Therefore I will just focus on the basics, that are needed to get our stuff working. The basic idea behind Dtrace is that the kernel and userland programs fire probes on a specific location in the kernel or the userland program.

He looks at the structure of a DTrace program as well as a list of probes that you can use to help track down the problem in your application. His "first example" traces the compile time of the app and, when run on the command line, returns the time in seconds.

0 comments voice your opinion now!
dtrace tutorial example compile time structure probe


blog comments powered by Disqus

Similar Posts

NETTUTS.com: The Newbie's Guide to Test-Driven Development

Felix Geisendorfer's Blog: Two Tutorials - Title to Slug & Dependencies with If

IBuildings Blog: Multithreading in PHP with CURL

CodeForest.net: Translate and Localize your web application with PHP and gettext

Zend Developer Zone: Paging and Sorting Data with Zend Framework, Doctrine and PEAR (part 1)


Community Events











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


development testing opinion framework introduction example community podcast release zendframework2 language functional database phpunit interview application series code api composer

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