mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
update doc
This commit is contained in:
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title><no title> — Arthas 3.4.2 文档</title>
|
||||
<title><no title> — Arthas 3.4.3 文档</title>
|
||||
|
||||
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@ Arthas Spring Boot Starter
|
||||
|
||||
应用启动后,spring会启动arthas,并且attach自身进程。
|
||||
|
||||
> 一键创建包含 Arthas Spring Boot Starter 的工程:<a href="http://start.aliyun.com/bootstrap.html/#!dependencies=arthas" target="_blank">点击</a>
|
||||
|
||||
> 一键创建包含 Arthas Spring Boot Starter 的工程:[点击](http://start.aliyun.com/bootstrap.html/#!dependencies=arthas)
|
||||
|
||||
### 配置属性
|
||||
|
||||
|
||||
@@ -34,9 +34,9 @@ java -jar arthas-tunnel-server.jar
|
||||
|
||||
默认情况下,arthas tunnel server的web端口是`8080`,arthas agent连接的端口是`7777`。
|
||||
|
||||
启动之后,可以访问 [http://localhost:8080/](http://localhost:8080/) ,再通过`agentId`连接到已注册的arthas agent上。
|
||||
启动之后,可以访问 [http://127.0.0.1:8080/](http://127.0.0.1:8080/) ,再通过`agentId`连接到已注册的arthas agent上。
|
||||
|
||||
通过Spring Boot的Endpoint,可以查看到具体的连接信息: [http://localhost:8080/actuator/arthas](http://localhost:8080/actuator/arthas) ,登陆用户名是`arthas`,密码在arthas tunnel server的日志里可以找到,比如:
|
||||
通过Spring Boot的Endpoint,可以查看到具体的连接信息: [http://127.0.0.1:8080/actuator/arthas](http://127.0.0.1:8080/actuator/arthas) ,登陆用户名是`arthas`,密码在arthas tunnel server的日志里可以找到,比如:
|
||||
|
||||
```
|
||||
32851 [main] INFO o.s.b.a.s.s.UserDetailsServiceAutoConfiguration
|
||||
@@ -48,6 +48,12 @@ Using generated security password: f1dca050-3777-48f4-a577-6367e55a78a2
|
||||
|
||||
在启动arthas,可以传递`--tunnel-server`参数,比如:
|
||||
|
||||
```bash
|
||||
as.sh --tunnel-server 'ws://127.0.0.1:7777/ws'
|
||||
```
|
||||
|
||||
也可以使用下面的测试地址(不保证一直可用):
|
||||
|
||||
```bash
|
||||
as.sh --tunnel-server 'ws://47.75.156.201:7777/ws'
|
||||
```
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
|
||||
VERSION: '3.4.2',
|
||||
VERSION: '3.4.3',
|
||||
LANGUAGE: 'zh_CN',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>进阶使用 — Arthas 3.4.2 文档</title>
|
||||
<title>进阶使用 — Arthas 3.4.3 文档</title>
|
||||
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>表达式核心变量 — Arthas 3.4.2 文档</title>
|
||||
<title>表达式核心变量 — Arthas 3.4.3 文档</title>
|
||||
|
||||
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>以Java Agent的方式启动 — Arthas 3.4.2 文档</title>
|
||||
<title>以Java Agent的方式启动 — Arthas 3.4.3 文档</title>
|
||||
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Arthas Properties — Arthas 3.4.2 文档</title>
|
||||
<title>Arthas Properties — Arthas 3.4.3 文档</title>
|
||||
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Arthas3.0的新特性 — Arthas 3.4.2 文档</title>
|
||||
<title>Arthas3.0的新特性 — Arthas 3.4.3 文档</title>
|
||||
|
||||
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Arthas 3.0新特性介绍 — Arthas 3.4.2 文档</title>
|
||||
<title>Arthas 3.0新特性介绍 — Arthas 3.4.3 文档</title>
|
||||
|
||||
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Arthas后台异步任务 — Arthas 3.4.2 文档</title>
|
||||
<title>Arthas后台异步任务 — Arthas 3.4.3 文档</title>
|
||||
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>批处理功能 — Arthas 3.4.2 文档</title>
|
||||
<title>批处理功能 — Arthas 3.4.3 文档</title>
|
||||
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>cat — Arthas 3.4.2 文档</title>
|
||||
<title>cat — Arthas 3.4.3 文档</title>
|
||||
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>classloader — Arthas 3.4.2 文档</title>
|
||||
<title>classloader — Arthas 3.4.3 文档</title>
|
||||
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>命令列表 — Arthas 3.4.2 文档</title>
|
||||
<title>命令列表 — Arthas 3.4.3 文档</title>
|
||||
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>联系我们 — Arthas 3.4.2 文档</title>
|
||||
<title>联系我们 — Arthas 3.4.3 文档</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>dashboard — Arthas 3.4.2 文档</title>
|
||||
<title>dashboard — Arthas 3.4.3 文档</title>
|
||||
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Docker — Arthas 3.4.2 文档</title>
|
||||
<title>Docker — Arthas 3.4.3 文档</title>
|
||||
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>下载 — Arthas 3.4.2 文档</title>
|
||||
<title>下载 — Arthas 3.4.3 文档</title>
|
||||
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>dump — Arthas 3.4.2 文档</title>
|
||||
<title>dump — Arthas 3.4.3 文档</title>
|
||||
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>echo — Arthas 3.4.2 文档</title>
|
||||
<title>echo — Arthas 3.4.3 文档</title>
|
||||
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
# Sphinx build info version 1
|
||||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
|
||||
config: 6fa057b4649087e17d0a5ad55f4c47c1
|
||||
config: 5f9152ad5f94ab8b4be81578ec95f01f
|
||||
tags: 645f666f9bcd5a90fca523b33c5a78b7
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title><no title> — Arthas 3.4.2 documentation</title>
|
||||
<title><no title> — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@@ -29,9 +29,9 @@ java -jar arthas-tunnel-server.jar
|
||||
|
||||
By 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/](http://localhost:8080/) and connect to the registered arthas agent via `agentId`.
|
||||
Once started, you can go to [http://127.0.0.1:8080/](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://localhost:8080/actuator/arthas](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:
|
||||
Through Spring Boot's Endpoint, you can view the specific connection information: [http://127.0.0.1:8080/actuator/arthas](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
|
||||
@@ -44,6 +44,12 @@ Using generated security password: f1dca050-3777-48f4-a577-6367e55a78a2
|
||||
|
||||
When starting arthas, you can use the `--tunnel-server` parameter, for example:
|
||||
|
||||
```bash
|
||||
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):
|
||||
|
||||
```bash
|
||||
as.sh --tunnel-server 'ws://47.75.156.201:7777/ws'
|
||||
```
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
|
||||
VERSION: '3.4.2',
|
||||
VERSION: '3.4.3',
|
||||
LANGUAGE: 'en',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Advanced Usage — Arthas 3.4.2 documentation</title>
|
||||
<title>Advanced Usage — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Fundamental Fields in Expressions — Arthas 3.4.2 documentation</title>
|
||||
<title>Fundamental Fields in Expressions — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Start as a Java Agent — Arthas 3.4.2 documentation</title>
|
||||
<title>Start as a Java Agent — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Arthas Properties — Arthas 3.4.2 documentation</title>
|
||||
<title>Arthas Properties — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Arthas Async Jobs — Arthas 3.4.2 documentation</title>
|
||||
<title>Arthas Async Jobs — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Batch Processing — Arthas 3.4.2 documentation</title>
|
||||
<title>Batch Processing — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>cat — Arthas 3.4.2 documentation</title>
|
||||
<title>cat — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>classloader — Arthas 3.4.2 documentation</title>
|
||||
<title>classloader — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>All Commands — Arthas 3.4.2 documentation</title>
|
||||
<title>All Commands — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Contact Us — Arthas 3.4.2 documentation</title>
|
||||
<title>Contact Us — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>dashboard — Arthas 3.4.2 documentation</title>
|
||||
<title>dashboard — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Docker — Arthas 3.4.2 documentation</title>
|
||||
<title>Docker — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Download — Arthas 3.4.2 documentation</title>
|
||||
<title>Download — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>dump — Arthas 3.4.2 documentation</title>
|
||||
<title>dump — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>echo — Arthas 3.4.2 documentation</title>
|
||||
<title>echo — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -9,7 +9,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Index — Arthas 3.4.2 documentation</title>
|
||||
<title>Index — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>getstatic — Arthas 3.4.2 documentation</title>
|
||||
<title>getstatic — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>grep — Arthas 3.4.2 documentation</title>
|
||||
<title>grep — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>groovy — Arthas 3.4.2 documentation</title>
|
||||
<title>groovy — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>heapdump — Arthas 3.4.2 documentation</title>
|
||||
<title>heapdump — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Http API — Arthas 3.4.2 documentation</title>
|
||||
<title>Http API — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>IDEA Plugin — Arthas 3.4.2 documentation</title>
|
||||
<title>IDEA Plugin — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Arthas Documentation — Arthas 3.4.2 documentation</title>
|
||||
<title>Arthas Documentation — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Install Arthas — Arthas 3.4.2 documentation</title>
|
||||
<title>Install Arthas — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>jad — Arthas 3.4.2 documentation</title>
|
||||
<title>jad — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>jvm — Arthas 3.4.2 documentation</title>
|
||||
<title>jvm — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Arthas Console Keymap — Arthas 3.4.2 documentation</title>
|
||||
<title>Arthas Console Keymap — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>logger — Arthas 3.4.2 documentation</title>
|
||||
<title>logger — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Manually Install Arthas — Arthas 3.4.2 documentation</title>
|
||||
<title>Manually Install Arthas — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>mbean — Arthas 3.4.2 documentation</title>
|
||||
<title>mbean — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>mc — Arthas 3.4.2 documentation</title>
|
||||
<title>mc — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>monitor — Arthas 3.4.2 documentation</title>
|
||||
<title>monitor — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>ognl — Arthas 3.4.2 documentation</title>
|
||||
<title>ognl — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>options — Arthas 3.4.2 documentation</title>
|
||||
<title>options — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>perfcounter — Arthas 3.4.2 documentation</title>
|
||||
<title>perfcounter — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>profiler — Arthas 3.4.2 documentation</title>
|
||||
<title>profiler — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>pwd — Arthas 3.4.2 documentation</title>
|
||||
<title>pwd — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Quick Start — Arthas 3.4.2 documentation</title>
|
||||
<title>Quick Start — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>redefine — Arthas 3.4.2 documentation</title>
|
||||
<title>redefine — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Release Notes — Arthas 3.4.2 documentation</title>
|
||||
<title>Release Notes — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>reset — Arthas 3.4.2 documentation</title>
|
||||
<title>reset — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Log command outputs — Arthas 3.4.2 documentation</title>
|
||||
<title>Log command outputs — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>sc — Arthas 3.4.2 documentation</title>
|
||||
<title>sc — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Search — Arthas 3.4.2 documentation</title>
|
||||
<title>Search — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>sm — Arthas 3.4.2 documentation</title>
|
||||
<title>sm — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Arthas Spring Boot Starter — Arthas 3.4.2 documentation</title>
|
||||
<title>Arthas Spring Boot Starter — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>stack — Arthas 3.4.2 documentation</title>
|
||||
<title>stack — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Start Arthas — Arthas 3.4.2 documentation</title>
|
||||
<title>Start Arthas — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>sysenv — Arthas 3.4.2 documentation</title>
|
||||
<title>sysenv — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>sysprop — Arthas 3.4.2 documentation</title>
|
||||
<title>sysprop — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>tee — Arthas 3.4.2 documentation</title>
|
||||
<title>tee — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>thread — Arthas 3.4.2 documentation</title>
|
||||
<title>thread — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>trace — Arthas 3.4.2 documentation</title>
|
||||
<title>trace — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>tt — Arthas 3.4.2 documentation</title>
|
||||
<title>tt — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>vmoption — Arthas 3.4.2 documentation</title>
|
||||
<title>vmoption — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>watch — Arthas 3.4.2 documentation</title>
|
||||
<title>watch — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+7
-4
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Web Console — Arthas 3.4.2 documentation</title>
|
||||
<title>Web Console — Arthas 3.4.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
@@ -215,8 +215,8 @@
|
||||
<div class="highlight-bash notranslate"><div class="highlight hljs"><pre class="bash">java -jar arthas-tunnel-server.jar</pre></div>
|
||||
</div>
|
||||
<p>By default, the web port of the arthas tunnel server is <code class="docutils literal notranslate"><span class="pre">8080</span></code>, and the port connected by the arthas agent is <code class="docutils literal notranslate"><span class="pre">7777</span></code>.</p>
|
||||
<p>Once started, you can go to <a class="reference external" href="http://localhost:8080/">http://localhost:8080/</a> and connect to the registered arthas agent via <code class="docutils literal notranslate"><span class="pre">agentId</span></code>.</p>
|
||||
<p>Through Spring Boot’s Endpoint, you can view the specific connection information: <a class="reference external" href="http://localhost:8080/actuator/arthas">http://localhost:8080/actuator/arthas</a>, the login user name is <code class="docutils literal notranslate"><span class="pre">arthas</span></code>, and the password can be found in the log of arthas tunnel server, for example:</p>
|
||||
<p>Once started, you can go to <a class="reference external" href="http://127.0.0.1:8080/">http://127.0.0.1:8080/</a> and connect to the registered arthas agent via <code class="docutils literal notranslate"><span class="pre">agentId</span></code>.</p>
|
||||
<p>Through Spring Boot’s Endpoint, you can view the specific connection information: <a class="reference external" href="http://127.0.0.1:8080/actuator/arthas">http://127.0.0.1:8080/actuator/arthas</a>, the login user name is <code class="docutils literal notranslate"><span class="pre">arthas</span></code>, and the password can be found in the log of arthas tunnel server, for example:</p>
|
||||
<div class="highlight-default notranslate"><pre class="literal-block">32851 [main] INFO o.s.b.a.s.s.UserDetailsServiceAutoConfiguration
|
||||
|
||||
Using generated security password: f1dca050-3777-48f4-a577-6367e55a78a2</pre>
|
||||
@@ -225,6 +225,9 @@ Using generated security password: f1dca050-3777-48f4-a577-6367e55a78a2</pre>
|
||||
<div class="section" id="connecting-to-the-tunnel-server-when-starting-arthas">
|
||||
<h3>Connecting to the tunnel server when starting arthas<a class="headerlink" href="#connecting-to-the-tunnel-server-when-starting-arthas" title="Permalink to this headline">¶</a></h3>
|
||||
<p>When starting arthas, you can use the <code class="docutils literal notranslate"><span class="pre">--tunnel-server</span></code> parameter, for example:</p>
|
||||
<div class="highlight-bash notranslate"><div class="highlight hljs"><pre class="bash">as.sh --tunnel-server 'ws://127.0.0.1:7777/ws'</pre></div>
|
||||
</div>
|
||||
<p>You can also use the following test address (not guaranteed to be available all the time):</p>
|
||||
<div class="highlight-bash notranslate"><div class="highlight hljs"><pre class="bash">as.sh --tunnel-server 'ws://47.75.156.201:7777/ws'</pre></div>
|
||||
</div>
|
||||
<ul class="simple">
|
||||
|
||||
+2
-2
@@ -9,7 +9,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>索引 — Arthas 3.4.2 文档</title>
|
||||
<title>索引 — Arthas 3.4.3 文档</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>getstatic — Arthas 3.4.2 文档</title>
|
||||
<title>getstatic — Arthas 3.4.3 文档</title>
|
||||
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>grep — Arthas 3.4.2 文档</title>
|
||||
<title>grep — Arthas 3.4.3 文档</title>
|
||||
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>groovy — Arthas 3.4.2 文档</title>
|
||||
<title>groovy — Arthas 3.4.3 文档</title>
|
||||
|
||||
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>heapdump — Arthas 3.4.2 文档</title>
|
||||
<title>heapdump — Arthas 3.4.3 文档</title>
|
||||
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Http API — Arthas 3.4.2 文档</title>
|
||||
<title>Http API — Arthas 3.4.3 文档</title>
|
||||
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>IDEA Plugin — Arthas 3.4.2 文档</title>
|
||||
<title>IDEA Plugin — Arthas 3.4.3 文档</title>
|
||||
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Arthas 用户文档 — Arthas 3.4.2 文档</title>
|
||||
<title>Arthas 用户文档 — Arthas 3.4.3 文档</title>
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Arthas Install — Arthas 3.4.2 文档</title>
|
||||
<title>Arthas Install — Arthas 3.4.3 文档</title>
|
||||
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>jad — Arthas 3.4.2 文档</title>
|
||||
<title>jad — Arthas 3.4.3 文档</title>
|
||||
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>jvm — Arthas 3.4.2 文档</title>
|
||||
<title>jvm — Arthas 3.4.3 文档</title>
|
||||
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Arthas 命令行快捷键 — Arthas 3.4.2 文档</title>
|
||||
<title>Arthas 命令行快捷键 — Arthas 3.4.3 文档</title>
|
||||
|
||||
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>logger — Arthas 3.4.2 文档</title>
|
||||
<title>logger — Arthas 3.4.3 文档</title>
|
||||
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>手动安装Arthas — Arthas 3.4.2 文档</title>
|
||||
<title>手动安装Arthas — Arthas 3.4.3 文档</title>
|
||||
|
||||
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>mbean — Arthas 3.4.2 文档</title>
|
||||
<title>mbean — Arthas 3.4.3 文档</title>
|
||||
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>mc — Arthas 3.4.2 文档</title>
|
||||
<title>mc — Arthas 3.4.3 文档</title>
|
||||
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
3.4.2
|
||||
3.4.3
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user