We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[root@VM_0_14_centos extension]# php -r 'for ($i = 0; $i < 20; $i++) usleep(50000);' & [2] 19248 [root@VM_0_14_centos extension]# /usr/local/php/bin/phptrace -p $! ERROR: Process 19248 not exists "No such process(3)" [2]+ Done php -r 'for ($i = 0; $i < 20; $i++) usleep(50000);' [root@VM_0_14_centos extension]# /usr/local/php/bin/phptrace -p 19248 ERROR: Process 19248 not exists "No such process(3)"
The text was updated successfully, but these errors were encountered:
@sushengbuhuo .Dear run like this
[root@VM_0_14_centos extension]# php -r 'for ($i = 0; $i < 20; $i++) usleep(50000);' & phptrace -p $!
Sorry, something went wrong.
@sushengbuhuo Please help me out that . Are you able to trace the application that are running on server like apache2.
No branches or pull requests
The text was updated successfully, but these errors were encountered: