diff --git a/README.html b/README.html index de1742b1f..2772075d8 100644 --- a/README.html +++ b/README.html @@ -8,7 +8,7 @@ -
java -jar arthas-tunnel-server.jarBy default, the web port of the arthas tunnel server is 8080, and the port connected by the arthas agent is 7777.
Once started, you can go to http://localhost:8080/ and connect to the registered arthas agent via agentId.
Through Spring Boot’s Endpoint, you can view the specific connection information: http://localhost:8080/actuator/arthas, the login user name is arthas, and the password can be found in the log of arthas tunnel server, for example:
Once started, you can go to http://127.0.0.1:8080/ and connect to the registered arthas agent via agentId.
Through Spring Boot’s Endpoint, you can view the specific connection information: http://127.0.0.1:8080/actuator/arthas, the login user name is arthas, and the password can be found in the log of arthas tunnel server, for example:
32851 [main] INFO o.s.b.a.s.s.UserDetailsServiceAutoConfiguration
Using generated security password: f1dca050-3777-48f4-a577-6367e55a78a2
@@ -225,6 +225,9 @@ Using generated security password: f1dca050-3777-48f4-a577-6367e55a78a2
When starting arthas, you can use the --tunnel-server parameter, for example:
as.sh --tunnel-server 'ws://127.0.0.1:7777/ws'You can also use the following test address (not guaranteed to be available all the time):
as.sh --tunnel-server 'ws://47.75.156.201:7777/ws'应用启动后,spring会启动arthas,并且attach自身进程。
-一键创建包含 Arthas Spring Boot Starter 的工程:点击
+一键创建包含 Arthas Spring Boot Starter 的工程:点击
配置属性¶
diff --git a/stack.html b/stack.html
index aa211d3f4..b15cc9652 100644
--- a/stack.html
+++ b/stack.html
@@ -8,7 +8,7 @@
- stack — Arthas 3.4.2 文档
+ stack — Arthas 3.4.3 文档
@@ -74,7 +74,7 @@
- 3.4.2
+ 3.4.3
diff --git a/start-arthas.html b/start-arthas.html
index 6204515d8..be1b59722 100644
--- a/start-arthas.html
+++ b/start-arthas.html
@@ -8,7 +8,7 @@
- 启动 Arthas — Arthas 3.4.2 文档
+ 启动 Arthas — Arthas 3.4.3 文档
@@ -72,7 +72,7 @@
- 3.4.2
+ 3.4.3
diff --git a/sysenv.html b/sysenv.html
index 6ede31144..e99a77906 100644
--- a/sysenv.html
+++ b/sysenv.html
@@ -8,7 +8,7 @@
- sysenv — Arthas 3.4.2 文档
+ sysenv — Arthas 3.4.3 文档
@@ -74,7 +74,7 @@
- 3.4.2
+ 3.4.3
diff --git a/sysprop.html b/sysprop.html
index ee488ed05..d49b0c3a8 100644
--- a/sysprop.html
+++ b/sysprop.html
@@ -8,7 +8,7 @@
- sysprop — Arthas 3.4.2 文档
+ sysprop — Arthas 3.4.3 文档
@@ -74,7 +74,7 @@
- 3.4.2
+ 3.4.3
diff --git a/tee.html b/tee.html
index c75f3a21d..acecba5a8 100644
--- a/tee.html
+++ b/tee.html
@@ -8,7 +8,7 @@
- tee — Arthas 3.4.2 文档
+ tee — Arthas 3.4.3 文档
@@ -74,7 +74,7 @@
- 3.4.2
+ 3.4.3
diff --git a/thread.html b/thread.html
index fccec93c5..2774bc982 100644
--- a/thread.html
+++ b/thread.html
@@ -8,7 +8,7 @@
- thread — Arthas 3.4.2 文档
+ thread — Arthas 3.4.3 文档
@@ -74,7 +74,7 @@
- 3.4.2
+ 3.4.3
diff --git a/trace.html b/trace.html
index ea104afd2..ea7027aec 100644
--- a/trace.html
+++ b/trace.html
@@ -8,7 +8,7 @@
- trace — Arthas 3.4.2 文档
+ trace — Arthas 3.4.3 文档
@@ -74,7 +74,7 @@
- 3.4.2
+ 3.4.3
diff --git a/tt.html b/tt.html
index b9b8e1abc..3de8ac903 100644
--- a/tt.html
+++ b/tt.html
@@ -8,7 +8,7 @@
- tt — Arthas 3.4.2 文档
+ tt — Arthas 3.4.3 文档
@@ -74,7 +74,7 @@
- 3.4.2
+ 3.4.3
diff --git a/vmoption.html b/vmoption.html
index 37239992e..2a770a1fb 100644
--- a/vmoption.html
+++ b/vmoption.html
@@ -8,7 +8,7 @@
- vmoption — Arthas 3.4.2 文档
+ vmoption — Arthas 3.4.3 文档
@@ -74,7 +74,7 @@
- 3.4.2
+ 3.4.3
diff --git a/watch.html b/watch.html
index 2622404fd..c4e459ef8 100644
--- a/watch.html
+++ b/watch.html
@@ -8,7 +8,7 @@
- watch — Arthas 3.4.2 文档
+ watch — Arthas 3.4.3 文档
@@ -74,7 +74,7 @@
- 3.4.2
+ 3.4.3
diff --git a/web-console.html b/web-console.html
index 685c6f669..ee277d3c7 100644
--- a/web-console.html
+++ b/web-console.html
@@ -8,7 +8,7 @@
- Web Console — Arthas 3.4.2 文档
+ Web Console — Arthas 3.4.3 文档
@@ -74,7 +74,7 @@
- 3.4.2
+ 3.4.3
@@ -219,8 +219,8 @@
java -jar arthas-tunnel-server.jar
默认情况下,arthas tunnel server的web端口是8080,arthas agent连接的端口是7777。
-启动之后,可以访问 http://localhost:8080/ ,再通过agentId连接到已注册的arthas agent上。
-通过Spring Boot的Endpoint,可以查看到具体的连接信息: http://localhost:8080/actuator/arthas ,登陆用户名是arthas,密码在arthas tunnel server的日志里可以找到,比如:
+启动之后,可以访问 http://127.0.0.1:8080/ ,再通过agentId连接到已注册的arthas agent上。
+通过Spring Boot的Endpoint,可以查看到具体的连接信息: http://127.0.0.1:8080/actuator/arthas ,登陆用户名是arthas,密码在arthas tunnel server的日志里可以找到,比如:
32851 [main] INFO o.s.b.a.s.s.UserDetailsServiceAutoConfiguration
Using generated security password: f1dca050-3777-48f4-a577-6367e55a78a2
@@ -229,6 +229,9 @@ Using generated security password: f1dca050-3777-48f4-a577-6367e55a78a2
启动arthas时连接到tunnel server¶
在启动arthas,可以传递--tunnel-server参数,比如:
+as.sh --tunnel-server 'ws://127.0.0.1:7777/ws'
+
+也可以使用下面的测试地址(不保证一直可用):
as.sh --tunnel-server 'ws://47.75.156.201:7777/ws'