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
421 B
Markdown

Arthas supports a wide range of auto-completion features, and you can type `Tab` to get more information when you have doubts about your use.
For example, after typing `sysprop java.`, enter `Tab`, which will complete the corresponding key:
```
$ sysprop java.
java.runtime.name java.protocol.handler.pkgs java.vm.version
java.vm.vendor java.vendor.url java.vm.name
...
```