安装笔记:在CentOS上安装Arthas(Java 线上问题定位处理的终极利器)

https://alibaba.github.io/arthas/install-detail.html

curl -L https://alibaba.github.io/arthas/install.sh | sh

/sbin/iptables -I INPUT -p tcp --dport 3658 -j ACCEPT
/sbin/iptables -I INPUT -p tcp --dport 8563 -j ACCEPT
service iptables save

./as.sh --target-ip 0.0.0.0

http://IP地址:3658
在出来的界面上 IP 填写 IP地址, Port 填写 8563, Connect

有个缺憾就是 trace 只能跟踪一级调用,不能再往下跟踪

posted @ 2020-03-14 08:46  荣神益人  阅读(803)  评论(0编辑  收藏  举报