Skip to content

Instantly share code, notes, and snippets.

@zushane
Created April 9, 2014 22:04
Show Gist options
  • Save zushane/10323081 to your computer and use it in GitHub Desktop.
Save zushane/10323081 to your computer and use it in GitHub Desktop.
Trace system calls for all current and future apache processes.
ps auxw | grep sbin/apache | awk '{print"-p " $2}' | xargs strace -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment