https://github.com/x4e/jvmmetadata
Explore the metadata of a running hotspot JVM
https://github.com/x4e/jvmmetadata
Last synced: about 1 year ago
JSON representation
Explore the metadata of a running hotspot JVM
- Host: GitHub
- URL: https://github.com/x4e/jvmmetadata
- Owner: x4e
- License: gpl-3.0
- Created: 2021-02-04T00:21:35.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-28T17:53:57.000Z (over 5 years ago)
- Last Synced: 2025-03-11T22:34:28.592Z (over 1 year ago)
- Language: D
- Size: 16.6 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: license.txt
Awesome Lists containing this project
README
# Jvm Metadata Explorer
A tool to read the instrumentation metadata included in hotspot jvms.
Note that this data is not part of the JVM specification and as such is not required to be included in any JVM, there is no garuntee that it is present.
This tool will only work on linux with 64bit jvms.