dtrace particular php script
Posted
by conandor
on Server Fault
See other posts from Server Fault
or by conandor
Published on 2010-06-09T03:32:20Z
Indexed on
2010/06/09
3:42 UTC
Read the original article
Hit count: 441
How can I dtrace a particular php script which I would like to know what happen inside it? eg. myphpscript.php
It's hard to trace using PID as it does not run in background.
© Server Fault or respective owner