dev:threads
Description
Show threads in the JVM.
Syntax
dev:threads [options] [id]
Arguments
| Name | Description |
|---|
| id | Show details for thread with this Id |
Options
| Name | Description |
|---|
| --locks | Display locks |
| --monitors | Display monitors |
| --tree | Display threads as a tree |
| -t, --threshold | Minimal number of interesting stack trace line to display a thread (defaults to 1) |
| --packages | Pruned packages (defaults to java., sun.) |
| --list | Display threads as a list |
| -e, --empty-groups | Show empty groups |
| --help | Display this help message |