Files
Hollow ManandGitHub ed921432b3 Arthas sysprop 命令教程 (#1331)
* add sysprop command scenario. #847

Signed-off-by: hollowman6 <hollowman186@vip.qq.com>

* fix links

Signed-off-by: hollowman6 <hollowman186@vip.qq.com>

* switch to use arthas-demo

Signed-off-by: hollowman6 <hollowman186@vip.qq.com>
2020-07-23 15:48:32 +08:00

12 lines
371 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Arthas支持丰富的自动补全功能,在使用有疑惑时,可以输入`Tab`来获取更多信息。
比如输入 `sysprop java.` 之后,再输入`Tab`,会补全出对应的key
```
$ sysprop java.
java.runtime.name java.protocol.handler.pkgs java.vm.version
java.vm.vendor java.vendor.url java.vm.name
...
```