mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
27 lines
425 B
Markdown
27 lines
425 B
Markdown
The `sysenv`{{execute T2}} command allows you to view the current JVM environment variables. (Similar to `sysenv`{{}} .)
|
|
|
|
## Usage
|
|
|
|
`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
|
|
```
|
|
|
|
[sysenv command Docs](https://arthas.aliyun.com/en/doc/sysenv.html)
|