Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

怎么使用控制台访问arthas #2819

Open
1 task
small-thanks opened this issue Apr 22, 2024 · 1 comment
Open
1 task

怎么使用控制台访问arthas #2819

small-thanks opened this issue Apr 22, 2024 · 1 comment

Comments

@small-thanks
Copy link

small-thanks commented Apr 22, 2024

  • 我已经在 issues 里搜索,没有重复的issue。

环境信息

  • Arthas 版本: version 3.7.2
  • 操作系统版本: MacOS
  • 目标进程的JVM版本: 1.8

重现问题的步骤

  1. 使用gradle引入 implementation("com.taobao.arthas:arthas-spring-boot-starter")
  2. 启动服务
  3. 通过http://127.0.0.1:8563/ 可以进入web console

问题

通过以上的操作,我启动了服务,并且也可以在浏览器通过IP:port的方式访问,一切访问正常。
我想知道的时候怎么通过控制台访问,而不是必须要依赖浏览器。因为在服务器上一般不会有可视化的系统来让我们使用浏览器操作

@madull
Copy link

madull commented May 13, 2024

用telnet访问啊 ,arthas.telnetPort=3658 默认端口是这个,telnet ip:port就可以了,但是我还是推荐用https://arthas.aliyun.com/doc/tunnel.html 的方案去做

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants