update doc

pull/853/head
hengyunabc 5 years ago
parent c2a2fbcd39
commit c1e164f0b2

@ -24,9 +24,11 @@
* [jvm](jvm.md)——查看当前 JVM 的信息 * [jvm](jvm.md)——查看当前 JVM 的信息
* [sysprop](sysprop.md)——查看和修改JVM的系统属性 * [sysprop](sysprop.md)——查看和修改JVM的系统属性
* [sysenv](sysenv.md)——查看JVM的环境变量 * [sysenv](sysenv.md)——查看JVM的环境变量
* [vmoption](vmoption.md)——查看和修改JVM里诊断相关的option
* [getstatic](getstatic.md)——查看类的静态属性 * [getstatic](getstatic.md)——查看类的静态属性
* **New!** [ognl](ognl.md)——执行ognl表达式 * [ognl](ognl.md)——执行ognl表达式
* **New!** [mbean](mbean.md)——查看 Mbean 的信息 * [mbean](mbean.md)——查看 Mbean 的信息
* [heapdump](heapdump.md)——dump java heap, 类似jmap命令的heap dump功能
## class/classloader相关 ## class/classloader相关

@ -41,5 +41,6 @@
* version——输出当前目标 Java 进程所加载的 Arthas 版本号 * version——输出当前目标 Java 进程所加载的 Arthas 版本号
* history——打印命令历史 * history——打印命令历史
* quit——退出当前 Arthas 客户端,其他 Arthas 客户端不受影响 * quit——退出当前 Arthas 客户端,其他 Arthas 客户端不受影响
* stop——和`shutdown`命令一致
* shutdown——关闭 Arthas 服务端,所有 Arthas 客户端全部退出 * shutdown——关闭 Arthas 服务端,所有 Arthas 客户端全部退出
* [keymap](keymap.md)——Arthas快捷键列表及自定义快捷键 * [keymap](keymap.md)——Arthas快捷键列表及自定义快捷键

@ -22,9 +22,11 @@ Advanced Usage
* [jvm](jvm.md) - show JVM information * [jvm](jvm.md) - show JVM information
* [sysprop](sysprop.md) - view/modify system properties * [sysprop](sysprop.md) - view/modify system properties
* [sysenv](sysenv.md) — view system environment variables * [sysenv](sysenv.md) — view system environment variables
* [vmoption](vmoption.md)——view/modify the vm diagnostic options.
* [getstatic](getstatic.md) - examine class's static properties * [getstatic](getstatic.md) - examine class's static properties
* **New!** [ognl](ognl.md) - execute ongl expression * [ognl](ognl.md) - execute ongl expression
* **New!** [mbean](mbean.md) - show Mbean information * [mbean](mbean.md) - show Mbean information
* [heapdump](heapdump.md) - dump java heap in hprof binary format, like `jmap`
## class/classloader ## class/classloader

@ -42,6 +42,7 @@ All Commands
* version - print out Arthas's version * version - print out Arthas's version
* history - view command history * history - view command history
* quit - exit the current Arthas client without affecting other clients * 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 * 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. * [keymap](keymap.md) - list all Arthas keyboard shortcuts and shortcut customizations.

Loading…
Cancel
Save