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/tutorials/katacoda/command-help-cn/help-sysprop.md

687 B

比如查看sysprop命令的帮助信息:

help sysprop{{execute T2}}

[arthas@50759]$ help sysprop
 USAGE:
   sysprop [-h] [property-name] [property-value]

 SUMMARY:
   Display, and change the system properties.

 EXAMPLES:
   sysprop
   sysprop file.encoding
   sysprop production.mode true

 WIKI:
   https://arthas.aliyun.com/doc/sysprop

 OPTIONS:
 -h, --help                                                           this help
 <property-name>                                                      property name
 <property-value>                                                     property value

可以看到具体的命令的参数示例和WKI地址。