Files
arthas/tutorials/katacoda/command-keymap-en/arthas-boot.md
T
Hollow ManandGitHub d5fa0d037f Arthas keymap 命令教程 (#1318)
* add keymap command scenario. #847

Signed-off-by: hollowman6 <hollowman186@vip.qq.com>

* fix link typo

Signed-off-by: hollowman6 <hollowman186@vip.qq.com>

* remove additional link

Signed-off-by: hollowman6 <hollowman186@vip.qq.com>

* polish 'Custom shortcuts'

Signed-off-by: hollowman6 <hollowman186@vip.qq.com>

* polish kaymap command scenario. #847

Signed-off-by: hollowman6 <hollowman186@vip.qq.com>

* fix mistake

Signed-off-by: hollowman6 <hollowman186@vip.qq.com>
2020-07-23 16:21:07 +08:00

578 B
Raw Blame History

In the new Terminal 2, download arthas-boot.jar and start with the java -jar command:

wget https://alibaba.github.io/arthas/arthas-boot.jar 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