Skip to content

Releases: alexmond/jvmlens

Release 0.1.1

28 Jun 02:27

Choose a tag to compare

What's Changed

Full Changelog: 0.1.0...0.1.1

Release 0.1.0

28 Jun 00:57

Choose a tag to compare

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 -javaagent
  • jvmlens-jmh.jar — the JMH profiler plugin

See the changelog for the full 0.1.0 feature set. Java 17+.

Latest build (unreleased)

26 Jun 14:11

Choose a tag to compare

Pre-release

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).