最近的工作是要查下sessioncpu高的原因。查找下有oprofile和gprofile两个工具。oprofile不需要重新编译代码,所有带有符号表的程序都可以直接使用且使用简单方便。下面介绍简单流程:
1.apt-get install oprofile;
2.opcontrol --init
3.opcontrol --no-vmlinux
4.opcontrol --image=yourprocess
5.opcontrol --start
6.opcontrol --dump
7.opcontrol --stop
8.opreport -l |grep yourprocessname|more
9.opcontrol --shutdown
阅读(1058) | 评论(0) | 转发(0) |