Skip to content

Instantly share code, notes, and snippets.

@ajbonner
Created April 11, 2017 14:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ajbonner/d270dd4c7989e5650332de5fd811bd3c to your computer and use it in GitHub Desktop.
Save ajbonner/d270dd4c7989e5650332de5fd811bd3c to your computer and use it in GitHub Desktop.
Strace all running php-fpm processes to file with timestamps and pid
sudo strace -f -tt -o /tmp/php.trace -s1024 -p `pgrep -f php-fpm | tr '\n' ','`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment