Skip to content

Instantly share code, notes, and snippets.

@justinfay
Created July 11, 2018 08:14
Show Gist options
  • Save justinfay/7d357e8aebd8d78def38ac99136f5b65 to your computer and use it in GitHub Desktop.
Save justinfay/7d357e8aebd8d78def38ac99136f5b65 to your computer and use it in GitHub Desktop.
get output of running process
strace -p1234 -s9999 -e write
# -p pid -s size
strace -p1234 -s9999 -o log.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment