ftrace 调试内核信息汇总

线上有系统总是CSW很高,导致load也很高,但是看cpu实际不高,所以想探个究竟,故通过之前看锋爷的blog了解到ftrace这个工具,找了些学习资料汇总在这里。

1:ftrace和它的前端工具trace-cmd

http://blog.yufeng.info/archives/1012

2:ftrace 简介

http://www.ibm.com/developerworks/cn/linux/l-cn-ftrace/index.html

3:使用 ftrace 调试 Linux 内核,第 1 部分

http://www.ibm.com/developerworks/cn/linux/l-cn-ftrace1/index.html

4:使用 ftrace 调试 Linux 内核,第 2 部分

http://www.ibm.com/developerworks/cn/linux/l-cn-ftrace2/#author1

5:使用 ftrace 调试 Linux 内核,第 3 部分

http://www.ibm.com/developerworks/cn/linux/l-cn-ftrace3/index.html

6:A look at ftrace

http://lwn.net/Articles/322666/

猜你喜欢

转载自dikar.iteye.com/blog/1470482
今日推荐