Skip to content

A utility to diagnostics JVM processes using the Dynamic Attach mechanism.It is a Rust implementation of the HotSpotVirtualMachine and OpenJ9VirtualMachine from the tools.jar of the JDK.

License

Notifications You must be signed in to change notification settings

JAgentSphere/jattacher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jattacher

A utility to diagnostics JVM processes using the Dynamic Attach mechanism.

It is a Rust implementation of the HotSpotVirtualMachine and OpenJ9VirtualMachine from the tools.jar of the JDK. However, No installed JDK required, works with just JRE.

Features

  • jattacher jps —— List all Java processes along with comprehensive process information, going beyond the default JPS output provided by OpenJ9 and HotSpot.
  • jattacher jps --json —— Output data in JSON format.
  • jattacher jps --dashboard —— Display Java process information in real time.

HotSpot Support

sun/tools

OpenJ9 Support

openj9/tools/attach/diagnostics/tools

About

A utility to diagnostics JVM processes using the Dynamic Attach mechanism.It is a Rust implementation of the HotSpotVirtualMachine and OpenJ9VirtualMachine from the tools.jar of the JDK.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages