1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-07 15:55:54 +02:00
tldr/pages/common/arthas.md
2025-07-21 18:39:32 +03:00

528 B

arthas

Java diagnostic tool. See also: arthas-watch, arthas-trace. More information: https://arthas.aliyun.com/en/.

  • Start Arthas:

java -jar {{path/to/arthas-boot.jar}}

  • Reconnect Arthas (default port used by Arthas is 3658):

telnet localhost {{port_number}}

  • Exit the current Arthas client without affecting other clients. equals exitlogoutq command:

{{exit|quit|logout|q}}

  • Terminate the Arthas server, all the Arthas clients connecting to this server will be disconnected:

stop