mirror of https://github.com/alibaba/arthas.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
865 B
Plaintext
24 lines
865 B
Plaintext
Download
|
|
===
|
|
|
|
## Download full package
|
|
|
|
Latest Version, Click To Download: [![](https://img.shields.io/maven-central/v/com.taobao.arthas/arthas-packaging.svg?style=flat-square "Arthas")](http://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.taobao.arthas&a=arthas-packaging&e=zip&c=bin&v=LATEST)
|
|
|
|
Download and unzip, find `arthas-boot.jar` in the directory. Start with `java` command:
|
|
|
|
```bash
|
|
java -jar arthas-boot.jar
|
|
```
|
|
|
|
Print usage:
|
|
|
|
```bash
|
|
java -jar arthas-boot.jar -h
|
|
```
|
|
|
|
## Download Offline Help Documentation
|
|
|
|
Latest Version Documentation, Click To Download:[![](https://img.shields.io/maven-central/v/com.taobao.arthas/arthas-packaging.svg?style=flat-square "Arthas")](http://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.taobao.arthas&a=arthas-packaging&e=zip&c=doc&v=LATEST)
|
|
|