mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
update docs
This commit is contained in:
@@ -88,6 +88,7 @@ You can enter its interactive interface by executing `as.sh`, or execute `as.sh
|
||||
* [Commands](https://alibaba.github.io/arthas/en/commands.html)
|
||||
* [WebConsole](https://alibaba.github.io/arthas/en/web-console.html)
|
||||
* [Docker](https://alibaba.github.io/arthas/en/docker.html)
|
||||
* [Arthas Spring Boot Starter](https://alibaba.github.io/arthas/en/spring-boot-starter.html)
|
||||
* [User cases](https://github.com/alibaba/arthas/issues?q=label%3Auser-case)
|
||||
* [Questions and answers](https://github.com/alibaba/arthas/issues?utf8=%E2%9C%93&q=label%3Aquestion-answered+)
|
||||
* [Compile and debug/How to contribute](https://github.com/alibaba/arthas/blob/master/CONTRIBUTING.md)
|
||||
@@ -386,7 +387,9 @@ View profiler results under arthas-output via browser:
|
||||
|
||||

|
||||
|
||||
#### Arthas Spring Boot Starter
|
||||
|
||||
* [Arthas Spring Boot Starter](https://alibaba.github.io/arthas/spring-boot-starter.html)
|
||||
|
||||
### Known Users
|
||||
|
||||
|
||||
@@ -77,6 +77,7 @@ curl -L https://alibaba.github.io/arthas/install.sh | sh
|
||||
* [命令列表](https://alibaba.github.io/arthas/commands.html)
|
||||
* [WebConsole](https://alibaba.github.io/arthas/web-console.html)
|
||||
* [Docker](https://alibaba.github.io/arthas/docker.html)
|
||||
* [Arthas Spring Boot Starter](https://alibaba.github.io/arthas/spring-boot-starter.html)
|
||||
* [用户案例](https://github.com/alibaba/arthas/issues?q=label%3Auser-case)
|
||||
* [常见问题](https://github.com/alibaba/arthas/issues?utf8=%E2%9C%93&q=label%3Aquestion-answered+)
|
||||
* [编译调试/参与贡献](https://github.com/alibaba/arthas/blob/master/CONTRIBUTING.md)
|
||||
@@ -377,6 +378,10 @@ OK
|
||||
|
||||

|
||||
|
||||
#### Arthas Spring Boot Starter
|
||||
|
||||
* [Arthas Spring Boot Starter](https://alibaba.github.io/arthas/spring-boot-starter.html)
|
||||
|
||||
### Known Users
|
||||
|
||||
如果您在使用Arthas,请让我们知道,您的使用对我们非常重要:https://github.com/alibaba/arthas/issues/111 (按登记顺序排列)
|
||||
|
||||
@@ -39,7 +39,7 @@ http://localhost:8080/actuator/arthas
|
||||
```js
|
||||
{
|
||||
"arthasConfigMap": {
|
||||
"agentId": "hsehdfsfghhwertyfad",
|
||||
"agent-id": "hsehdfsfghhwertyfad",
|
||||
"tunnel-server": "ws://47.75.156.201:7777/ws",
|
||||
}
|
||||
}
|
||||
|
||||
@@ -39,7 +39,7 @@ http://localhost:8080/actuator/arthas
|
||||
```
|
||||
{
|
||||
"arthasConfigMap": {
|
||||
"agentId": "hsehdfsfghhwertyfad",
|
||||
"agent-id": "hsehdfsfghhwertyfad",
|
||||
"tunnel-server": "ws://47.75.156.201:7777/ws",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user