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.
28 lines
578 B
Markdown
28 lines
578 B
Markdown
5 years ago
|
|
||
|
The `sysprop`{{execute T2}} command allows you to examine the system properties from the target JVM.
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
`sysprop -h`{{execute T2}}
|
||
|
|
||
|
```
|
||
|
USAGE:
|
||
|
sysprop [-h] [property-name] [property-value]
|
||
|
|
||
|
SUMMARY:
|
||
|
Display, and change all the system properties.
|
||
|
|
||
|
EXAMPLES:
|
||
|
sysprop
|
||
|
sysprop file.encoding
|
||
|
sysprop production.mode true
|
||
|
|
||
|
WIKI:
|
||
|
https://alibaba.github.io/arthas/sysprop
|
||
|
|
||
|
OPTIONS:
|
||
|
-h, --help this help
|
||
|
<property-name> property name
|
||
|
<property-value> property value
|
||
|
```
|