strace 命令是一种强大的工具,它能够显示所有由用户空间程序发出的系统调用。
strace is a system call tracer, i.e. a debugging tool which prints out a trace of all the system calls made by a another process/program.
http://sourceforge.net/projects/strace/
—
由
strace 命令是一种强大的工具,它能够显示所有由用户空间程序发出的系统调用。
strace is a system call tracer, i.e. a debugging tool which prints out a trace of all the system calls made by a another process/program.
http://sourceforge.net/projects/strace/
发表回复