Skip to content

Instantly share code, notes, and snippets.

@lucmann
Created September 14, 2024 02:46
Show Gist options
  • Save lucmann/14d756ad1ca2b30802d23dc9360d6c6d to your computer and use it in GitHub Desktop.
Save lucmann/14d756ad1ca2b30802d23dc9360d6c6d to your computer and use it in GitHub Desktop.
strace 注意事项
  • 默认输出是 stderr, 而不是 stdout
  • -o 1.log -ff 每个进程生成单独的文件,后缀是 $PID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment