Arthas 远程调试

Web Console

  • 在机器A(需要调试的目标机器)运行

java -jar arthas-boot.jar --telnet-port 9998 --http-port 9000
Arthas 远程调试

Arthas Tunnel

  • 在机器A(tunnel-server)运行

java -jar arthas-tunnel-server.jar
Arthas 远程调试

  • 在机器B(需要调试的目标机器)运行

java -jar arthas-boot.jar --tunnel-server ws://127.0.0.1:7777/ws
ws://127.0.0.1:7777/ws IP,端口为 tunnel-server 监听IP、端口
Arthas 远程调试
其中id就是AgentId,浏览器访问需要
Arthas 远程调试

原理
+---------+ +----------------------+ +----------------------+ +--------------+
| browser <-----> arthas tunnel server | <-----> arthas tunnel client <--- -> arthas agent |
|---------+ +----------------------+ +----------------------+ +--------------+

arthas tunnel server可以理解为一个网关或代理

上一篇:斜率优化DP(一):任务安排2


下一篇:ip tunnel 隧道技术