preface

How to download, install, and start Arthas in Docker containers can be found here

1.dashboardThe dashboard

  • ctrl+cInterrupt execution and exit dashboard
  • clsClean up the current page, similarclear
  • TabKey to auto-complete arthas command

2.threadView all threads of the current process,thread IDView the thread with the specified thread ID

3.Jad Package name Class namedecompiling

4. Watch the package name. Class name Method name returnObjTo monitor the method return value

5. Quit arthas

  • quitexitSimply exit the current connection and the port will remain open
  • stopEnd the session and exit arthas completely