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.
13 lines
281 B
Markdown
13 lines
281 B
Markdown
5 years ago
|
|
||
|
`session`can examine the current session, get the values of JAVA_PID and SESSION_ID.
|
||
|
|
||
|
`session`{{execute T2}}
|
||
|
|
||
|
```bash
|
||
|
[arthas@37]$ session
|
||
|
Name Value
|
||
|
--------------------------------------------------
|
||
|
JAVA_PID 37
|
||
|
SESSION_ID d90541f0-d245-422c-92fa-39d4ae288107
|
||
|
```
|