btrace线上定位问题
2017-07-01 本文已影响0人
andersonoy
开发环境可以local debug,测试环境可以remote debug,线上环境只能看看log了, debug肯定不行,如果日志打印的不好或没有打印堆栈把堆栈吃了,此时btrace可以提供帮助了;
- github地址
- 用法
- btrace <pid> <btrace_script>
- 简单例子
- 每次执行完f1后,打印 “Hello BTrace”
- remote示例
- btrace脚本
- btrace目录结构
http://www.iteye.com/topic/1005918
http://blog.csdn.net/conquer0715/article/details/51781206
http://blog.csdn.net/moneyshi/article/details/60880642
http://blog.csdn.net/qyongkang/article/details/6090497
http://agapple.iteye.com/blog/962119?spm=5176.100239.blogcont14664.8.FFwSxn
- References