安装wget
yum install wget
下载Arthas
wget https://arthas.gitee.io/arthas-boot.jar
chown tep:tep arthas-boot.jar
查看jvm已加载的方法
java -jar arthas-boot.jar
jad com.xxxx
查看jvm
jvm
来源:oschina
链接:https://my.oschina.net/odetteisgorgeous/blog/4477681