mirror of https://github.com/alibaba/arthas.git
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.
55 lines
1.3 KiB
Plaintext
55 lines
1.3 KiB
Plaintext
All Commands
|
|
=============
|
|
|
|
* [dashboard](dashboard.md)
|
|
* [thread](thread.md)
|
|
* [jvm](jvm.md)
|
|
* [sysprop](sysprop.md)
|
|
* [sysenv](sysenv.md)
|
|
* [vmoption](vmoption.md)
|
|
* [logger](logger.md)
|
|
* [mbean](mbean.md)
|
|
* [getstatic](getstatic.md)
|
|
|
|
* [ognl](ognl.md)
|
|
|
|
* [sc](sc.md)
|
|
* [sm](sm.md)
|
|
* [dump](dump.md)
|
|
* [heapdump](heapdump.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)
|
|
|
|
* [profiler](profiler.md)
|
|
|
|
* [cat](cat.md)
|
|
* [grep](grep.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
|
|
* stop - the same as `shutdown` command
|
|
* 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.
|
|
|
|
|
|
|