2020-08-13 15:06:22 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In the new `Terminal 2`, download `arthas-boot.jar` and start with the `java -jar` command:
|
|
|
|
|
|
2020-08-26 11:17:55 +08:00
|
|
|
|
`wget https://arthas.aliyun.com/arthas-boot.jar
|
2020-08-13 15:06:22 +08:00
|
|
|
|
java -jar arthas-boot.jar`{{execute T2}}
|
|
|
|
|
|
|
|
|
|
`arthas-boot` is the launcher for `Arthas`. It lists all the Java processes, and the user can select the target process to be diagnosed.
|
|
|
|
|
|
|
|
|
|
Select the first process, type `1`{{execute T2}} ,then type `Enter`:
|
|
|
|
|
|
|
|
|
|
After the Attach is successful, Arthas LOGO is printed. Enter `help`{{execute T2}} for more help.
|
|
|
|
|
|
|
|
|
|
![Arthas Boot](/arthas/scenarios/common-resources/assets/arthas-boot.png)
|