summaryrefslogtreecommitdiffstats
path: root/cddl/contrib/dtracetoolkit/Examples/php_malloc_example.txt
diff options
context:
space:
mode:
Diffstat (limited to 'cddl/contrib/dtracetoolkit/Examples/php_malloc_example.txt')
-rw-r--r--cddl/contrib/dtracetoolkit/Examples/php_malloc_example.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/cddl/contrib/dtracetoolkit/Examples/php_malloc_example.txt b/cddl/contrib/dtracetoolkit/Examples/php_malloc_example.txt
new file mode 100644
index 0000000..853d082
--- /dev/null
+++ b/cddl/contrib/dtracetoolkit/Examples/php_malloc_example.txt
@@ -0,0 +1,23 @@
+Following are examples of running php_malloc.d.
+
+Here it is running on Code/Php/func_abc.php
+
+ # php_malloc.d -p 18523
+ Tracing... Hit Ctrl-C to end.
+ ^C
+
+ PHP malloc byte distributions by engine caller,
+
+
+ PHP malloc byte distributions by PHP file and function,
+
+
+Theoretically this should show you mallocs. However there weren't any in this
+example. The rest of these example files would have been so much easier to
+write if they were all like this. I would have been finished by now and would
+have been flicking through the TV channels with a nice, cold beer in hand.
+
+
+... Fixing this example is on my todo list. Check for newer versions of the
+toolkit.
+
OpenPOWER on IntegriCloud