From 4297c1b2d07fec7f50b70e26e3adb4d062b19e15 Mon Sep 17 00:00:00 2001 From: gnn Date: Sat, 12 May 2012 20:38:18 +0000 Subject: Add the remaining scripts from the DTraceToolkit, version 0.99, to the vendor tree. http://www.brendangregg.com/dtrace.html#DTraceToolkit --- Examples/php_who_example.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Examples/php_who_example.txt (limited to 'Examples/php_who_example.txt') diff --git a/Examples/php_who_example.txt b/Examples/php_who_example.txt new file mode 100644 index 0000000..cee32b2 --- /dev/null +++ b/Examples/php_who_example.txt @@ -0,0 +1,10 @@ +The following are examples of the results of running php_who.d. + +# php_who.d +Tracing... Hit Ctrl-C to end. +^C + PID UID FUNCS FILE + 158525 80 7 /opt/coolstack/apache2/htdocs/php/func_abc.php + +Running the php_who.d while the func_abc.php program runs, we can see that +while func_abc.php was running, it called seven functions. -- cgit v1.1