arthas/tutorials/katacoda/command-pwd-cn/arthas-boot.md
Hollow Man 96bb9be0d6
Arthas pwd 命令教程 (#1323)
* add pwd command scenario. #847

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

* fix link typo

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

* remove '--target-ip 0.0.0.0' in arthas-boot.md

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

587 B
Raw Blame History

在新的Terminal 2里,下载arthas-boot.jar,再用java -jar命令启动:

wget https://alibaba.github.io/arthas/arthas-boot.jar java -jar arthas-boot.jar{{execute T2}}

arthas-bootArthas的启动程序它启动后会列出所有的Java进程用户可以选择需要诊断的目标进程。

选择第一个进程,输入 1{{execute T2}} ,再Enter/回车

Attach成功之后会打印Arthas LOGO。输入 help{{execute T2}} 可以获取到更多的帮助信息。

Arthas Boot