Skip to content

Instantly share code, notes, and snippets.

@bognerf
Created September 13, 2013 09:48
Show Gist options
  • Save bognerf/6548639 to your computer and use it in GitHub Desktop.
Save bognerf/6548639 to your computer and use it in GitHub Desktop.
Einzeiler zum schnellen STracen von z.B. Apache
ps auxw | grep sbin/apache | awk '{print"-p " $2}' | xargs strace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment