SaaSHub helps you find the best software and product alternatives Learn more →
Top 8 Java java-agent Projects
-
Project mention: Serverless applications on AWS with Lambda using Java 25, API Gateway and Aurora DSQL - Part 6 Using GraalVM Native Image | dev.to | 2026-04-22
The biggest challenge was the fact that Hibernate uses Byte Buddy. Byte Buddy is a code generation and manipulation library for creating and modifying Java classes during the runtime of a Java application, without the help of a compiler. This obviously doesn't work at runtime in the GraalVM native image. Hibernate also ships no-op org.hibernate.bytecode.internal.none.BytecodeProviderImpl, but for many versions, it doesn't allow its configuration from outside. The Byte Buddy implementation was always found in the classpath and broke at runtime. Frameworks like Quarkus and Spring Boot can do this magic with the AOT, but as I don't use them, I was seeking the possibilities of how to solve it. Please, read my discussion in the Hibernate forum.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
OpenTelemetry Java Agent: for the backend. I could have also used Spring Actuator or the JMX exporter, but the agent is simpler for this project since it emits all 3 types of telemetry signals.
-
-
aegis4j
A Java agent that disables platform features you don't use, before an attacker uses them against you.
-
PerfUnit
PerfUnit is Java Agent which helps to take control over applications bottlenecks, expensive calls, or simply control your performance SLO budget.
-
Project mention: Show HN: JVM hot-path execution analysis for Java in the age of vibe coding | news.ycombinator.com | 2026-02-17
• Where would this save you the most time: learning a new codebase, validating AI-assisted changes, refactoring safely, or chasing weird behaviour?
Project: https://github.com/sfkamath/jvm-hotpath
-
jguard
Sandbox untrusted plugins with declarative security policies - capability-based security for post-SecurityManager Java
Project mention: JGuard v0.4.0 – Capability-based security for the JVM (post-SecurityManager) | news.ycombinator.com | 2026-05-15
Java java-agent discussion
Java java-agent related posts
-
JGuard v0.4.0 – Capability-based security for the JVM (post-SecurityManager)
-
Serverless applications on AWS with Lambda using Java 25, API Gateway and Aurora DSQL - Part 6 Using GraalVM Native Image
-
I Hacked the JVM to Visualize Algorithms Without Touching the Source Code
-
Ulyp: Recording Java code execution for faster debugging (Part 1)
-
Monkey-patching in Java
-
Initial setup
-
Pod log monitoring
-
A note from our sponsor - SaaSHub
www.saashub.com | 20 Jun 2026
Index
What are some of the best open-source java-agent projects in Java? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | Byte Buddy | 6,855 |
| 2 | JaCoCo | 4,574 |
| 3 | jmx_exporter | 3,307 |
| 4 | health-report | 118 |
| 5 | aegis4j | 15 |
| 6 | PerfUnit | 9 |
| 7 | jvm-hotpath | 9 |
| 8 | jguard | 7 |