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.
41 lines
1.0 KiB
Plaintext
41 lines
1.0 KiB
Plaintext
Download
|
|
===
|
|
|
|
## Download full package
|
|
|
|
Latest Version, Click To Download: [](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)
|
|
|
|
|
|
### Use as.sh
|
|
|
|
Download and unzip, find `as.sh` in the directory. Start it in bash:
|
|
|
|
```bash
|
|
./as.sh
|
|
```
|
|
|
|
Print usage:
|
|
|
|
```bash
|
|
./as.sh -h
|
|
```
|
|
|
|
### Use arthas-boot.jar
|
|
|
|
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:[](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)
|
|
|