本页总览系统调用 系统调用是用户态程序与内核之间的接口。 为什么有用 当日志信息不足时, 系统调用追踪可以显示进程在哪里阻塞或失败。 常用命令 strace -p <pid>strace -f -tt -o trace.log <command>