Description
Running JVM processes can receive diagnostic or management commands through the dynamic attach mechanism.
It is useful for debugging Java services, collecting thread dumps, or triggering JVM tools without restarting a process. Attach access is powerful and can expose application data, so use it only on processes you administer.