Install Arthas¶
Quick installation¶
Use arthas-boot(Recommend)¶
Downloadarthas-boot.jar,Start with java command:
wget https://alibaba.github.io/arthas/arthas-boot.jar
java -jar arthas-boot.jar
Print usage:
java -jar arthas-boot.jar -h
Use as.sh¶
You can install Arthas with one single line command on Linux, Unix, and Mac. Pls. copy the following command and paste it into the command line, then press Enter to run:
curl -L https://alibaba.github.io/arthas/install.sh | sh
The command above will download the bootstrap script as.sh to the current directory. You can move it the any other place you want, or put its location in $PATH.
You can enter its interactive interface by executing as.sh, or execute as.sh -h for more help information.
Full installation¶
Latest Version, Click To Download:
Download and unzip, find arthas-boot.jar in the directory. Start with java command:
java -jar arthas-boot.jar
Print usage:
java -jar arthas-boot.jar -h
Manual Installation¶
Offline Help Documentation¶
Uninstall¶
On Linux/Unix/Mac, delete the files with the following command:
rm -rf ~/.arthas/ rm -rf ~/logs/arthas/
On Windows, delete .arthas and logs/arthas directory under user home.