Manually Install ArthasΒΆ
Download the latest version
Latest version, Click To Download:
If the download speed is slow, try to use Ali cloud mirror repository, for example, to download version
3.x.x
(you can replace3.x.x
in the example URL if you want to download other version), the download URL is: https://maven.aliyun.com/repository/public/com/taobao/arthas/arthas-packaging/3.x.x/arthas-packaging-3.x.x-bin.zipUnzip zip file
unzip arthas-packaging-bin.zip
Install Arthas
It is recommended to completely remove all old versions of Arthas before installation.
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 Arthas
Make sure
shutdown
the old Arthas server before start../as.sh