https://github.com/grafana/jvmtools
A utility library for managing Hotspot JVM from Go
https://github.com/grafana/jvmtools
keep
Last synced: 8 months ago
JSON representation
A utility library for managing Hotspot JVM from Go
- Host: GitHub
- URL: https://github.com/grafana/jvmtools
- Owner: grafana
- License: apache-2.0
- Created: 2024-12-16T21:24:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-18T16:47:08.000Z (over 1 year ago)
- Last Synced: 2025-10-04T21:38:04.750Z (8 months ago)
- Topics: keep
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jvmtools
A utility library for managing Hotspot JVM from Go
This package contains various tools for communicating with
the Hotspot JVM, i.e. OpenJDK.
The jattach part is a Go translation of https://github.com/jattach/jattach.
The component related to enabling DynamicAgentLoading is inspired by this
repo https://github.com/xxDark/Unsolver-8306275.