mirror of
https://gitee.com/arthas/arthas.git
synced 2024-12-05 13:47:41 +08:00
13 lines
440 B
Markdown
13 lines
440 B
Markdown
|
|
|
|
## Exit/Stop Arthas
|
|
|
|
Arthas can be exited with the `exit`{{execute interrupt}} or `quit`{{execute interrupt}} command.
|
|
|
|
After exiting Arthas, you can also connect with `java -jar arthas-boot.jar`{{execute interrupt}} again.
|
|
|
|
## Stop Arthas
|
|
|
|
The `exit/quit` command simply exits the current session and the arthas server still runs in the target process.
|
|
|
|
To completely exit Arthas, you can execute the `stop`{{execute interrupt}} command. |