mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
16 lines
408 B
Markdown
16 lines
408 B
Markdown
|
||
|
||
## 退出Arthas
|
||
|
||
用 `exit`{{execute interrupt}} 或者 `quit`{{execute interrupt}} 命令可以退出Arthas。
|
||
|
||
退出Arthas之后,还可以再次用 `java -jar arthas-boot.jar`{{execute interrupt}} 来连接。
|
||
|
||
|
||
## 彻底退出Arthas
|
||
|
||
`exit/quit`命令只是退出当前session,arthas server还在目标进程中运行。
|
||
|
||
想完全退出Arthas,可以执行 `stop`{{execute interrupt}} 命令。
|
||
|