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.
26 lines
468 B
Markdown
26 lines
468 B
Markdown
|
|
`sysenv`{{execute T2}} 命令可以查看当前JVM的环境属性(`System Property`),与`sysprop`类似
|
|
|
|
## 使用参考
|
|
|
|
`sysenv -h`{{execute T2}}
|
|
|
|
```
|
|
USAGE:
|
|
sysenv [-h] [env-name]
|
|
|
|
SUMMARY:
|
|
Display the system env.
|
|
|
|
EXAMPLES:
|
|
sysenv
|
|
sysenv USER
|
|
|
|
WIKI:
|
|
https://arthas.aliyun.com/doc/sysenv
|
|
|
|
OPTIONS:
|
|
-h, --help this help
|
|
<env-name> env name
|
|
```
|