Manual Installation¶
Download¶
If the downloading is rather clumsy, try to download from the repository in AliYun; the downloading URL template is (remember to fill up the version 3.x.x
template to your needs)
https://maven.aliyun.com/repository/public/com/taobao/arthas/arthas-packaging/3.x.x/arthas-packaging-3.x.x-bin.zip
Unzip¶
unzip arthas-packaging-bin.zip
Install¶
sudo su admin
rm -rf /home/admin/.arthas/lib/* # remove all the leftover of the old outdated Arthas
cd arthas
./install-local.sh # switch the user based on the owner of the target Java process.
Start¶
./as.sh # make sure the old Arthas has been shut down (using command shutdown);