pull/1913/head
hengyunabc 4 years ago
parent 716e964353
commit 6c349670cc

@ -5,7 +5,7 @@ Web Console
### Connect arthas through the browser ### Connect arthas through the browser
Arthas supports the Web Console. After attach success, the user can access: [http://127.0.0.1:3658/](http://127.0.0.1:3658/). Arthas supports the Web Console. After attach success, the user can access: [http://127.0.0.1:8563/](http://127.0.0.1:8563/).
The user can fill in the IP and connect the remote arthas on other machines. The user can fill in the IP and connect the remote arthas on other machines.
@ -17,6 +17,12 @@ If you have suggestions for the Web Console, please leave a message here: [https
* Copy and paste shortcut keys in Web Console: [https://github.com/alibaba/arthas/issues/1056](https://github.com/alibaba/arthas/issues/1056) * Copy and paste shortcut keys in Web Console: [https://github.com/alibaba/arthas/issues/1056](https://github.com/alibaba/arthas/issues/1056)
> Since 3.5.4, you can right-click to copy and paste in the Web Console.
### scrollback URL parameters
> Since 3.5.5
By default, the number of rows that the Web Console supports to roll back upwards is 1000. It can be specified with `scrollback` in the URL. for example
[http://127.0.0.1:8563/?scrollback=3000](http://127.0.0.1:8563/?scrollback=3000)
### Connect remote arthas through arthas tunnel server ### Connect remote arthas through arthas tunnel server
[Arthas Tunnel](tunnel.md) [Arthas Tunnel](tunnel.md)

@ -6,7 +6,7 @@ Web Console
### 通过浏览器连接arthas ### 通过浏览器连接arthas
Arthas目前支持Web Console用户在attach成功之后可以直接访问[http://127.0.0.1:3658/](http://127.0.0.1:3658/)。 Arthas目前支持Web Console用户在attach成功之后可以直接访问[http://127.0.0.1:8563/](http://127.0.0.1:8563/)。
可以填入IP远程连接其它机器上的arthas。 可以填入IP远程连接其它机器上的arthas。
@ -17,6 +17,16 @@ Arthas目前支持Web Console用户在attach成功之后可以直接访问
> 注意会有安全风险考虑下面的tunnel server的方案。 > 注意会有安全风险考虑下面的tunnel server的方案。
* 在Web Console复制粘贴快捷键参考 [https://github.com/alibaba/arthas/issues/1056](https://github.com/alibaba/arthas/issues/1056) * 在Web Console复制粘贴快捷键参考 [https://github.com/alibaba/arthas/issues/1056](https://github.com/alibaba/arthas/issues/1056)
> 3.5.4 版本后在Web Console可以鼠标右键复制粘贴。
### scrollback URL参数
> 3.5.5 版本后支持
默认Web Console支持向上回滚的行数是1000。可以在URL里用`scrollback`指定。比如
[http://127.0.0.1:8563/?scrollback=3000](http://127.0.0.1:8563/?scrollback=3000)
### 使用arthas tunnel server连接远程arthas ### 使用arthas tunnel server连接远程arthas
[Arthas Tunnel](tunnel.md) [Arthas Tunnel](tunnel.md)
Loading…
Cancel
Save