arthas火焰图启动失败 阿尔塞斯

[arthas@60384]$ profiler start
AsyncProfiler error: /home/arthas/async-profiler/libasyncProfiler-linux-x64.so: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /home/arthas/async-profiler/libasyncProfiler-linux-x64.so)
问题解决了 因为没有少了GLIBC_2.14 这个版本
下载/更新一下 GLIBC_2.14就行了

https://www.cnblogs.com/rongfengliang/p/12036957.html