Releases: alexmond/jvmlens
Releases · alexmond/jvmlens
Release 0.1.1
What's Changed
Full Changelog: 0.1.0...0.1.1
Release 0.1.0
First public release of jvmlens — turn JVM runtime evidence into an LLM-ready diagnosis.
Library (Maven Central): org.alexmond:jvmlens-engine:0.1.0 — the dependency-free summarizer.
Runnable jars (attached below):
jvmlens.jar— the CLI (analyze/profile/bench/watch/trend/control/mcp)jvmlens-agent.jar— the in-process-javaagentjvmlens-jmh.jar— the JMH profiler plugin
See the changelog for the full 0.1.0 feature set. Java 17+.
Latest build (unreleased)
Rolling pre-release, auto-published from the latest green build on main (commit 2f43960). Unstable — APIs may change before the first tagged release.
curl -L -o jvmlens.jar https://github.com/alexmond/jvmlens/releases/download/latest/jvmlens.jar
java -jar jvmlens.jar analyze recording.jfr
Assets: jvmlens.jar (CLI) · jvmlens-agent.jar (in-process agent) · jvmlens-jmh.jar (JMH profiler).