You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
arthas/tutorials/katacoda/arthas-advanced-cn/web-console.md

19 lines
638 B
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

Arthas支持通过Web Socket来连接。
## 教程里的Web Console
http://[[HOST_SUBDOMAIN]]-8563-[[KATACODA_HOST]].environments.katacoda.com/?ip=[[HOST_SUBDOMAIN]]-8563-[[KATACODA_HOST]].environments.katacoda.com&port=80
> 注意教程里访问的是80端口因为做了端口转发。在本地体验时需要访问8563端口。
## 本地体验
当在本地启动时,可以访问 http://127.0.0.1:8563/ 通过浏览器来使用Arthas。
![Arthas WebConsole](/arthas/scenarios/common-resources/assets/web-console.png)
推荐通过“快速入门”来体验: https://alibaba.github.io/arthas/quick-start.html