jfr-analytics
jfr-analytics copied to clipboard
An exploration for running analytics on JDK Flight Recorder recordings
Hi! I'm currently learning how to work with JFR files and I've been trying to use this project to extract stack traces from the "Events" section of JFR files. I've...
Exception in thread "main" java.sql.SQLException: com.fasterxml.jackson.databind.JsonMappingException: Unrecognized character escape 'S' (code 83) at [Source: (String)"{ version: '1.0', defaultSchema: 'JFR', schemas: [ { name: 'JFR', type: 'custom', factory: 'org.moditect.jfranalytics.JfrSchemaFactory', operand: {...
- [x] boolean - [x] char - [x] byte - [x] short - [x] int - [x] long - [x] float - [x] double - [x] String - [ ]...
Fixes #6. Not sure whether this is the direction you want to go.
### Summary WIndows has trouble with newlines and I'm not sure how you want to proceed. ### Failure When I run `JfrSchemaFactoryTest.canRunSimpleSelectFromClassLoad` on Windows, it fails on column 2 because...
"jdk" should be a (sub-)schema, actual tables just be named "ClassLoad", etc. Also make names case-insensitive.