Subcommands (2)
Examples (4)
Start Arthas
java -jar path/to/arthas-boot.jarReconnect Arthas (default port used by Arthas is 3658)
telnet localhost port_numberExit the current Arthas client without affecting other clients. equals `exit`、`logout`、`q` command
exit|quit|logout|qTerminate the Arthas server, all the Arthas clients connecting to this server will be disconnected
stopmade by @shridhargupta | data from tldr-pages