list_jvms
List all locally running Java Virtual Machines (JVMs) along with their process IDs and command lines, optionally filtering by Docker container, to identify and attach to specific JVM instances for profiling.
Instructions
List locally running JVMs or JVMs running in a Docker container with their command line and PID. Use the information to call attach or create_heap_dump.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| containerNameOrId | No | Optionally specify the name or ID of a Docker container. |