You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
arthas/en/_sources/commands.md.txt

47 lines
1.1 KiB
Plaintext

All Commands
=============
* [dashboard](dashboard.md)
* [thread](thread.md)
* [jvm](jvm.md)
* [sysprop](sysprop.md)
* [sysenv](sysenv.md)
* [getstatic](getstatic.md)
* [ognl](ognl.md)
* [sc](sc.md)
* [sm](sm.md)
* [dump](dump.md)
* [jad](jad.md)
* [classloader](classloader.md)
* [mc](mc.md)
* [redefine](redefine.md)
* [monitor](monitor.md)
* [watch](watch.md)
* [trace](trace.md)
* [stack](stack.md)
* [tt](tt.md)
* [cat](cat.md)
* [pwd](pwd.md)
* [options](options.md)
### Basic Arthas Commands
* help - examine help information
* cls - clear out the screen
* session - examine the current session
* [reset](reset.md) - reset enhanced classes. All enhanced classes will be reset to their original states. When Arthas server closes, all these enhanced classes will be reset too
* version - print out Arthas's version
* history - view command history
* quit - exit the current Arthas client without affecting other clients
* shutdown - terminate the Arthas server, all the Arthas clients connecting to this server will be disconnected
* [keymap](keymap.md) - list all Arthas keyboard shortcuts and shortcut customizations.