由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - dtrace问题
相关主题
大家都用什么Profiler?Memory check problem?
interview questionasync-signal safe 问题
[转载] shared library一问[转载] help about C: realloc
Is it possible?how to use function calloc of c in fortran?
[转载] 为什么会在调用malloc时Segmentation fault?[转载] two programming questions
[转载] Re: 为什么会在调用malloc时Segmentation fault?请问,malloc函数怎样实现?
alloc memory in UNIXANSI C 问题: 如何找到绝对路径? (转载)
如何实现下列功能?请问codecenter 和purify大概要多少钱。
相关话题的讨论汇总
话题: dtrace话题: leak话题: fd话题: race话题: condition
进入Unix版参与讨论
1 (共1页)
xt
发帖数: 17532
1
dtrace能不能比较容易地输出下列东西:
- memory leak
- fd leak
- race condition
- performance profile (这个估计差不多)
n****n
发帖数: 104
2
可以容易的monitor 所有的malloc和free, 出来的结果稍微加工就能做 memory leak。
solaris上 race condition也容易用lockstat provider. syscall 或者 io provider
上面应该也容易monitor fd 的open/close情况。
1 (共1页)
进入Unix版参与讨论
相关主题
请问codecenter 和purify大概要多少钱。[转载] 为什么会在调用malloc时Segmentation fault?
Free Linux/Unix account (转载)[转载] Re: 为什么会在调用malloc时Segmentation fault?
cygwin是干什么的alloc memory in UNIX
求助:面试题如何实现下列功能?
大家都用什么Profiler?Memory check problem?
interview questionasync-signal safe 问题
[转载] shared library一问[转载] help about C: realloc
Is it possible?how to use function calloc of c in fortran?
相关话题的讨论汇总
话题: dtrace话题: leak话题: fd话题: race话题: condition