mirror of https://github.com/alibaba/arthas.git
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.
20 lines
664 B
Markdown
20 lines
664 B
Markdown
5 years ago
|
|
||
|
|
||
|
Arthas supports connections via a Web Socket.
|
||
|
|
||
|
|
||
|
## The Web Console in the tutorial
|
||
|
|
||
|
http://[[HOST_SUBDOMAIN]]-8563-[[KATACODA_HOST]].environments.katacoda.com/?ip=[[HOST_SUBDOMAIN]]-8563-[[KATACODA_HOST]].environments.katacoda.com&port=80
|
||
|
|
||
|
> Note: The 80 port is accessed in the tutorial because port forwarding. In the local, you need to access port 8563.
|
||
|
|
||
|
## Local
|
||
|
|
||
|
|
||
|
When launching locally, you can access Arthas through a browser by visiting http://127.0.0.1:8563/.
|
||
|
|
||
|
![Arthas WebConsole](/arthas/scenarios/common-resources/assets/web-console.png)
|
||
|
|
||
|
|
||
|
It is recommended to experience it through "Quick Start": https://alibaba.github.io/arthas/en/quick-start.html
|