An open API service indexing awesome lists of open source software.

https://github.com/marschall/jfr-libraries

a list of libraries that generate JFR events
https://github.com/marschall/jfr-libraries

java-flight-recorder

Last synced: 3 months ago
JSON representation

a list of libraries that generate JFR events

Awesome Lists containing this project

README

        

JFR Libraries
=============

A list of libraries that generate [JFR]((https://openjdk.java.net/jeps/328)) events.

* [marschall/jfr-servlet](https://github.com/marschall/jfr-servlet) a servlet filter that generates JFR events
* [marschall/jfr-maven-extension](https://github.com/marschall/jfr-maven-extension) a Maven extension generates JFR events
* [marschall/catalina-jfr](https://github.com/marschall/catalina-jfr) a Catalina valve that generates JFR events
* [marschall/junit-jfr](https://github.com/marschall/junit-jfr) a JUnit 5 extension that generates JFR events
* [marschall/junit4-jfr](https://github.com/marschall/junit4-jfr) a JUnit 4 extension that generates JFR events
* [marschall/hibernate-jfr](https://github.com/marschall/hibernate-jfr) a Hiberante listener that generates JFR events
* [marschall/jfr-jdbctemplate](https://github.com/marschall/jfr-jdbctemplate) an implementation of Spring JdbcTemplate that generates JFR events
* [marschall/jfr-jmstemplate](https://github.com/marschall/jfr-jmstemplate) an implementation of Spring JmsTemplate that generates JFR events
* [marschall/jfr-resttemplate](https://github.com/marschall/jfr-resttemplate) an implementation of Spring RestTemplate that generates JFR events
* [marschall/jfr-jdbc](https://github.com/marschall/jfr-jdbc) a JDBC driver that wraps an other JDBC driver and generates JFR events
* [marschall/jfr-ejb](https://github.com/marschall/jfr-ejb) an EJB interceptor that generates JFR events
* [marschall/micrometer-jfr](https://github.com/marschall/micrometer-jfr) a meter registry that generates JFR events for corresponding Micrometer metrics