1. strace能做什么
举例:定位Segmentation Fault的错误,定位系统速度慢的根源,对开源项目的程序进行调用追踪以借鉴经典的实现方案
http://blog.chinaunix.net/u3/93926/showart_1874716.html
2. strace的详细选项
比较常用的是" -r -c -p ", 参考以下两篇文章:
http://blog.youkuaiyun.com/rufeng18/archive/2008/11/16/3314216.aspx