Skip to content

Instantly share code, notes, and snippets.

@fnzv
Created September 4, 2018 13:03
Show Gist options
  • Save fnzv/ada92ee2899605d2ad05991e52004e7c to your computer and use it in GitHub Desktop.
Save fnzv/ada92ee2899605d2ad05991e52004e7c to your computer and use it in GitHub Desktop.
Show running PHP scripts
sudo strace -f $(pidof php-fpm5.6 | sed 's/\([0-9]*\)/\-p \1/g')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment