HEX
Server: LiteSpeed
System: Linux w5304130.sdnsbox.com 4.18.0-425.3.1.lve.el8.x86_64 #1 SMP Tue Nov 22 22:59:23 EST 2022 x86_64
User: makefitmeserver (1001)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: //usr/share/systemtap/examples/apps/php-trace.meta
title: Tracing of PHP code execution
name: php-trace.stp
keywords: trace dyninst
author: anonymous
status: experimental
exit: user-controlled
output: trace
description: Trace of executing PHP code using the enabled markers.
test_support: stap -l 'process("php").mark("*")'
test_check: stap -p4 php-trace.stp
test_installcheck: stap php-trace.stp -c 'php -f hello.php'
test_check_dyninst: stap --dyninst -p4 php-trace.stp
test_installcheck_dyninst: stap --dyninst php-trace.stp -c 'php -f hello.php'