ChinaUnix.net
相关文章推荐:

oprofile 分析子线程

我的系统是redhat 9 是在虚拟机上跑的 安装系统安装光盘上的oprofile-0.4-44.i386.rpm时 报错:warning:oprofile-0.4-44.i386.rpm:V3 DSA singnature:NOKEY,key ID db42a60e 随后我rpm -ivhf oprofile* 这样安装是不是会导致oprofile不可用? oprofile package的功能是什么?

by wangbinde - 集群和虚拟机 - 2006-04-24 23:25:05 阅读(769) 回复(1)

相关讨论

环境为虚拟机,内核2.6.20 总是报错: debian:/home/checksum# opreport opreport error: No sample file found: try running opcontrol --dump or specify a session containing sample files ---基本上确定为虚拟机下不能使用,物理机上都是没问题的。 [ 本帖最后由 Godbach 于 2008-5-10 11:35 编辑 ]

by Godbach - C/C++ - 2008-12-09 15:46:33 阅读(10118) 回复(22)

rt 我尝试编译内核时,失败了。

by EricFisher - 龙芯技术 - 2008-10-15 09:37:56 阅读(3436) 回复(4)

我已经按照网上的方法.得出了报告. 但不太明白报告的内部 哪位能说一下 下面各个标题的含义. [code] CPU: CPU with timer interrupt, speed 0 MHz (estimated) Profiling through timer interrupt Counted GLOBAL_POWER_EVENTS events (time during which processor is not stopped) with a unit mask of 0x01 (mandatory) count 100000 samples % samples % image name symbol name 4 ...

by cookis - C/C++ - 2008-04-30 16:46:51 阅读(1432) 回复(0)

我写了一个简单的C/S模式下的TCP程序,从客户端发往一个服务器,现在用oprofile来监测网络内核的性能。 情景一:服务器端只启用一个socket监听,客户端建立10k个连接发送一定数据到服务器端。 情景二:服务器端启用多个socket监听,客户端发送等量数据发送等量数据到服务器端。 用oprofile来监测网络内核的性能。 请大侠指点一二!!

by saviola1127 - 系统管理 - 2006-10-10 11:41:31 阅读(1152) 回复(1)