系统性能分析工具

Linux 系统:

1. oprofile, 基于事件和时间进行分析,基本的指令如下:

# opcontrol --init   #加载模块 

# //如果需要profiling kernel时
# opcontrol --vmlinux=YOUR_vmlinux   #对kernel进行profiling,需要拷入YOUR_vmlinux

# //如果不需要profiling kernel时
# opcontrol --no-vmlinux

# opcontrol --reset  #清除当前会话中的数据 

# opcontrol --start  #开始profiling 

# ./test_case        #运行应用程序,oprofile会对它进行profiling 

# opcontrol --dump   #把收集到的数据写入文件 

# opcontrol --stop   #停止profiling

# opcontrol --shutdown #关闭守护进程oprofiled 

# opcontrol --deinit   #卸载模块

# opreport -c

2. valgrind

     执行这个分析软件,需要的内存特别大。

     可以参见http://blog.csdn.net/sduliulun/article/details/7732906

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值