漫漫长路,半程风雨,半程春
Posted on
In
其他
spark安装
Posted on
In
实时计算
安装
下载安装地址官网:http://spark.apache.org/downloads.html
好像这个没啥说的,一般getting start介绍的较为清楚,按照步骤流程一般不会有问题,所以着重写下遇到的问题点和补充。
金字塔原理读书笔记
Posted on
In
读书笔记
gperftools做堆外内存分析(案例JVM Inflater 内存泄漏分析)
Posted on
In
JDK
google-perftools
perftools wiki地址 :https://github.com/gperftools/gperftools/wiki
安装perftools
…
工具主要作用分析程序:heap、cpu等,常用于c/c++程序分析
使用文档如下:
https://gperftools.github.io/gperftools/heapprofile.html
https://gperftools.github.io/gperftools/heap_checker.html
https://gperftools.github.io/gperftools/cpuprofile.html