mirror of
https://gitee.com/arthas/arthas.git
synced 2024-12-02 20:28:05 +08:00
6df465f1cd
* add grep command scenario. #847 Signed-off-by: hollowman6 <hollowman186@vip.qq.com> * fix link typo Signed-off-by: hollowman6 <hollowman186@vip.qq.com> * polish grep command scenario. #847 Signed-off-by: hollowman6 <hollowman186@vip.qq.com>
607 B
607 B
在新的Terminal 2
里,下载arthas-boot.jar
,再用java -jar
命令启动:
wget https://alibaba.github.io/arthas/arthas-boot.jar java -jar arthas-boot.jar --target-ip 0.0.0.0
{{execute T2}}
arthas-boot
是Arthas
的启动程序,它启动后,会列出所有的Java进程,用户可以选择需要诊断的目标进程。
选择第一个进程,输入 1
{{execute T2}} ,再Enter/回车
:
Attach成功之后,会打印Arthas LOGO。输入 help
{{execute T2}} 可以获取到更多的帮助信息。