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

https://github.com/marschall/hibernate-jfr-demo

Demo code for listening to Hibernate JFR events
https://github.com/marschall/hibernate-jfr-demo

Last synced: 3 months ago
JSON representation

Demo code for listening to Hibernate JFR events

Awesome Lists containing this project

README

        

https://docs.jboss.org/hibernate/orm/6.5/userguide/html_single/Hibernate_User_Guide.html#appendix-monitoring-with-JFR

Limitations
-----------

- Stack traces are disabled by default and need to be enabled on a per event basis.

```xml

true
true
200 ms

```