mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-22 04:51:13 +00:00
Update cheatsheets
This commit is contained in:
26
tldr/arthas
Normal file
26
tldr/arthas
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`、`q` command:
|
||||
|
||||
`exit|quit|logout|q`
|
||||
|
||||
- Terminate the Arthas server, all the Arthas clients connecting to this server will be disconnected:
|
||||
|
||||
`stop`
|
||||
Reference in New Issue
Block a user