Arthas-Java 问题定位的终极利器-火焰图
profiler 命令生成火焰图原理使用 async-profiler 生成火焰图profiler 命令支持生成应用热点的火焰图。本质上是通过不断的采样,然后把收集到的采样结果生成火焰图。profiler 命令基本运行结构是 profiler action [actionArg]查看所有支持的 action:[arthas@9737]$ profiler actionsSupported Actions: [resume, dumpCollapsed, getSamples, start,.