JDK Flight Recorder: Difference between revisions

Content deleted Content added
Fixed typo
Tags: Mobile edit Mobile web edit
JSon -> JSON
Line 15:
* Since implemented in the JVM, much data is readily available, or emitted at a time when the data is readily available, keeping cost down
 
If converting a binary recording to JSon[[JSON]], it can easily blow up by two orders of magnitude or more, depending on length and content recorded.
 
The expected performance overhead of JFR using the default template is less than a percent, and for the profiling template, less than two percent.