]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - cddl/contrib/dtracetoolkit/Examples/php_who_example.txt
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / cddl / contrib / dtracetoolkit / Examples / php_who_example.txt
1 The following are examples of the results of running php_who.d.
2
3 # php_who.d 
4 Tracing... Hit Ctrl-C to end.
5 ^C
6       PID    UID  FUNCS FILE
7    158525     80      7 /opt/coolstack/apache2/htdocs/php/func_abc.php
8
9 Running the php_who.d while the func_abc.php program runs, we can see that
10 while func_abc.php was running, it called seven functions.