首页 > 如何对正在运行的进程,进行heap profile

如何对正在运行的进程,进行heap profile

简单来说, 就是先preload上tcmalloc, 日常用用没啥问题, 当感觉出现问题时, gdb attach 上, 然后执行 call HeapProfilerStart("xxx") , 过一段时间, 再执行call HeapProfilerStop, 产出相应的profile文件, 然后detach出进程

 

以下为一些未整理的 link

https://gperftools.github.io/gperftools/heapprofile.html

https://linux.cn/article-9588-1.html

https://unix.stackexchange.com/questions/36450/how-can-i-find-a-memory-leak-of-a-running-process

https://stackoverflow.com/questions/18455698/lightweight-memory-leak-debugging-on-linux

https://bugzilla.redhat.com/show_bug.cgi?id=921676

https://stackoverflow.com/questions/2564752/examining-c-c-heap-memory-statistics-in-gdb

http://milianw.de/blog/heaptrack-a-heap-memory-profiler-for-linux

https://wizardforcel.gitbooks.io/100-gdb-tips/finish-and-return.html 

https://en.wikibooks.org/wiki/Linux_Applications_Debugging_Techniques/Leaks

https://github.com/WuBingzheng/memleax

 

转载于:https://www.cnblogs.com/xuxm2007/p/9614984.html

更多相关:

  • {"moduleinfo":{"card_count":[{"count_phone":1,"count":1}],"search_count":[{"count_phone":4,"count":4}]},"card":[{"des":"阿里技术人对外发布原创技术内容的最大平台;社区覆盖了云计算、大数据、人工智能、IoT、云原生、数...

  • c++ https://www.cnblogs.com/riddick/p/8486223.html python 原理:https://zhuanlan.zhihu.com/p/94244568 代码:https://github.com/1368069096/Calibration_ZhangZhengyou_Met...

  • https://zhuanlan.zhihu.com/p/60962760 https://blog.csdn.net/qq_35644234/article/details/53013738 https://blog.csdn.net/u012285643/article/details/78524758...

  • colmap-3.6-dev工程第三方依赖库 Eigen==3.3.7 https://gitlab.com/libeigen/eigen/-/archive/3.3.7/eigen-3.3.7.zipFreeImage==3.17.0 https://github.com/twnkls/FreeImage-3.17.0-VS...

  • 理论知识和其它实现算法可参考: https://stackoverflow.com/questions/29678510/convert-21-equirectangular-panorama-to-cube-map http://paulbourke.net/dome/dualfish2sphere/ 如果着急输出Cub...

  •   每次我用Xshell登录服务器的时候,都要重复输入cd /home/web(不同的人不一样)目录去更新代码,很TMD麻烦,希望能够每次登录自动就进入到我想要去的目录,毕竟大家每天都很忙,不想因为恶心的cd 路径/路径损失太多陪家人的时间 百度搜索了很多方法都是扯淡,这里来个干货! 首先我们还是以传统方式Xshell把服务...

  • 刚安装完Ubuntu后firefox竟然启动不了,上网查了一下,然后运行命令:mv ~/.mozilla ~/.mozilla-backup然后再运行firefox就可以了。原来是配置文件的问题。再,Ubuntu下要更新显卡驱动最好在软件仓库中将服务器改为主服务器 ...