Arthas Diagnostic Tool - Java Debugging | Online Free DevTools by Hexmos
Java debugging with Arthas Diagnostic Tool. Inspect application behavior, diagnose performance bottlenecks, and troubleshoot runtime issues with ease. Free online tool, no registration required.
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
exit、logout、qcommand:
{{exit|quit|logout|q}}
- Terminate the Arthas server, all the Arthas clients connecting to this server will be disconnected:
stop