preface
How to download, install, and start Arthas in Docker containers can be found here
1.dashboard
The dashboard
ctrl+c
Interrupt execution and exit dashboardcls
Clean up the current page, similarclear
Tab
Key to auto-complete arthas command
2.thread
View all threads of the current process,thread ID
View the thread with the specified thread ID
3.Jad Package name Class name
decompiling
4. Watch the package name. Class name Method name returnObj
To monitor the method return value
5. Quit arthas
quit
或exit
Simply exit the current connection and the port will remain openstop
End the session and exit arthas completely