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.
arthas/tutorials/katacoda/case-boot-details-en/use-as-sh.md

11 lines
430 B
Markdown

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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 directoryyou can put it at any place or list it into `$PATH`.
Execute `./as.sh` in shellyou 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`.