Table of Contents
# Download
# Download full package
# Download from Github Releases
https://github.com/alibaba/arthas/releasesopen in new window
# Use as3.sh
Download and unzip, find as3.sh
in the directory. Start it in bash:
./as3.sh
Print usage:
./as3.sh -h
# Use arthas-boot3.jar
Download and unzip, find arthas-boot3.jar
in the directory. Start with java
command:
java -jar arthas-boot3.jar
Print usage:
java -jar arthas-boot3.jar -h