summaryrefslogtreecommitdiff
path: root/Examples/php_who_example.txt
diff options
context:
space:
mode:
authorGeorge V. Neville-Neil <gnn@FreeBSD.org>2012-05-12 20:38:18 +0000
committerGeorge V. Neville-Neil <gnn@FreeBSD.org>2012-05-12 20:38:18 +0000
commit055173dba4a263acf10325a49eebf82915369ed2 (patch)
treeaec2772e8855e6dbaea6d8136ed0c47bcb825dee /Examples/php_who_example.txt
parent87c8f7aa3a46118212b99f0d58b18aa93c06b02a (diff)
Notes
Diffstat (limited to 'Examples/php_who_example.txt')
-rw-r--r--Examples/php_who_example.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/Examples/php_who_example.txt b/Examples/php_who_example.txt
new file mode 100644
index 0000000000000..cee32b2f84940
--- /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.