Problem Statement
I'm looking for being able to connect to a running app and read the jfr events from jfr event streaming (JEP-349) and see live events come in, be able to filter and be able to possibly query/aggregate on them continouslyl
Proposed Solution
connect command which will list active jdks running and be able to connect, connect <id> would connect and start receiving events.
Maybe have tail to continouly trace events and query and other existing commands should be able to work on the received data as if it had been read from a .jfr file
Alternatives Considered
No response
API Example
Breaking Change?
Not sure
Priority
Critical - blocking my use case
Additional Context
i like to use jfr more and beyond "just" profiling but also as active use for structured logging without relying on additional libraries.
I'm happy to help contribute/work/test on this but can't currently commit to it so not putting a checkbox in that checklist before knowing a bit more :)
Checklist
Problem Statement
I'm looking for being able to connect to a running app and read the jfr events from jfr event streaming (JEP-349) and see live events come in, be able to filter and be able to possibly query/aggregate on them continouslyl
Proposed Solution
connectcommand which will list active jdks running and be able to connect,connect <id>would connect and start receiving events.Maybe have
tailto continouly trace events andqueryand other existing commands should be able to work on the received data as if it had been read from a .jfr fileAlternatives Considered
No response
API Example
Breaking Change?
Not sure
Priority
Critical - blocking my use case
Additional Context
i like to use jfr more and beyond "just" profiling but also as active use for structured logging without relying on additional libraries.
I'm happy to help contribute/work/test on this but can't currently commit to it so not putting a checkbox in that checklist before knowing a bit more :)
Checklist