import{_ as o,o as l,c as d,a,b as s,w as c,d as e,e as n,r as i}from"./app.4d248835.js";const h={},u=e(`
arthas-boot3
(Recommended)Downloadarthas-boot3.jar
\uFF0CStart with java
command:
curl -O https://arthas.aliyun.com/arthas-boot3.jar
java -jar arthas-boot3.jar
Print usage:
java -jar arthas-boot3.jar -h
as3.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://arthas.aliyun.com/install3.sh | sh
The command above will download the bootstrap script as3.sh
to the current directory. You can move it to any other place you want, or put its location in $PATH
.
You can enter its interactive interface by executing as3.sh
, or execute as3.sh -h
for more help information.
Download from Github Releases
`,14),p={href:"https://github.com/alibaba/arthas/releases",target:"_blank",rel:"noopener noreferrer"},m=n("https://github.com/alibaba/arthas/releases"),b=e(`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
Arthas has packages for Debian and Fedora based systems. you can get them from the github releases page https://github.com/alibaba/arthas/releases.
sudo dpkg -i arthas*.deb
sudo rpm -i arthas*.rpm
After the installation of packages, execute
as3.sh
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.