Zend Study Guide Questions > DTrace > Flashcards
What is DTrace?
A tracing framework available on a variety of platforms.
How do you list available DTrace probes?
Start a PHP process, and then run: dtrace -l
What is SystemTap?
A tracing utility that can be used to trace PHP’s static DTrace probes.