mirror of
https://gitee.com/arthas/arthas.git
synced 2024-12-02 20:28:05 +08:00
fix links
This commit is contained in:
parent
b2e0bda539
commit
36e6904bd0
@ -80,7 +80,9 @@ If you cannot boot Arthas, try to pass in all the critical options manually as t
|
|||||||
|
|
||||||
## Offline Help Documentation
|
## Offline Help Documentation
|
||||||
|
|
||||||
Latest Version:[![Arthas](https://img.shields.io/maven-central/v/com.taobao.arthas/arthas-packaging.svg?style=flat-square "Arthas")](http://search.maven.org/classic/#search%7Cga%7C1%7Cg%3A%22com.taoba)
|
Latest Version:[![Arthas](https://img.shields.io/maven-central/v/com.taobao.arthas/arthas-packaging.svg?style=flat-square "Arthas")](http://search.maven.org/classic/#search%7Cga%7C1%7Cg%3A%22com.taobao.arthas%22%20AND%20a%3A%22arthas-packaging%22)
|
||||||
|
|
||||||
|
Download the latest `doc.zip`.
|
||||||
|
|
||||||
## Uninstall
|
## Uninstall
|
||||||
|
|
||||||
|
@ -25,10 +25,10 @@ curl -L https://alibaba.github.io/arthas/install.sh | sh
|
|||||||
在`Download`栏下载最新的 `bin.zip` 包,解压后在bin目录有 `as.bat`。此脚本暂时只接受一个参数 pid,即只能诊断本机上的 Java 进程。(欢迎精通bat脚本的开发者改进)
|
在`Download`栏下载最新的 `bin.zip` 包,解压后在bin目录有 `as.bat`。此脚本暂时只接受一个参数 pid,即只能诊断本机上的 Java 进程。(欢迎精通bat脚本的开发者改进)
|
||||||
|
|
||||||
```
|
```
|
||||||
as.bat pid
|
as.bat <pid>
|
||||||
```
|
```
|
||||||
|
|
||||||
如果需要更好的体验,可以在本地使用 `as.bat pid` 启动 Arthas Server 后,然后在另外的 Linux/Mac 上使用 `as.sh pid@ip:port` 来远程诊断。
|
如果需要更好的体验,可以在本地使用 `as.bat <pid>` 启动 Arthas Server 后,然后在另外的 Linux/Mac 上使用 `as.sh pid@ip:port` 来远程诊断。
|
||||||
|
|
||||||
|
|
||||||
> Windows用户如果在cmd里不能正常显示颜色,可以使用[conemu](https://sourceforge.net/projects/conemu)。
|
> Windows用户如果在cmd里不能正常显示颜色,可以使用[conemu](https://sourceforge.net/projects/conemu)。
|
||||||
|
Loading…
Reference in New Issue
Block a user