mirror of
https://gitee.com/arthas/arthas.git
synced 2024-12-06 06:07:35 +08:00
13 lines
281 B
Markdown
13 lines
281 B
Markdown
|
|
||
|
`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
|
||
|
```
|