From 2702059874d62336ff39fb192cfb2d59fc3ea695 Mon Sep 17 00:00:00 2001 From: hengyunabc Date: Wed, 26 Sep 2018 18:52:24 +0800 Subject: [PATCH] add en web-console.md. #51 --- site/src/site/sphinx/en/web-console.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 site/src/site/sphinx/en/web-console.md diff --git a/site/src/site/sphinx/en/web-console.md b/site/src/site/sphinx/en/web-console.md new file mode 100644 index 000000000..98aa68465 --- /dev/null +++ b/site/src/site/sphinx/en/web-console.md @@ -0,0 +1,11 @@ +Web Console +=== + +Arthas supports the Web Console. After attach success, the user can access: [http://localhost:8563/] (http://localhost:8563/). + +The user can fill in the IP and connect the remote arthas on other machines. + +![web console](_static/web-console-local.png) + + +If you have suggestions for the Web Console, please leave a message here: [https://github.com/alibaba/arthas/issues/15](https://github.com/alibaba/arthas/issues/15) \ No newline at end of file