mirror of https://github.com/alibaba/arthas.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
430 B
430 B
Arthas Support express install on Linux/Unix/Mac:
curl -L https://arthas.aliyun.com/install.sh | sh
{{execute T2}}
The command above will download boot script file as.sh
into current directory,you can put it at any place or list it into $PATH
.
Execute ./as.sh
in shell,you will enter UI.
You can also execute ./as.sh -h
to get more parameter information, which is very similar to java -jar arthas-boot.jar
.