Claus Ibsen created CAMEL-24328:
-----------------------------------
Summary: camel-jfr - Show JFR runtime event data in TUI JFR tab
Key: CAMEL-24328
URL: https://issues.apache.org/jira/browse/CAMEL-24328
Project: Camel
Issue Type: Improvement
Components: camel-jfr
Reporter: Claus Ibsen
The TUI JFR tab currently only shows instrumentation settings (registered
state, event toggles, .jfc generation). To see the actual profiling data
gathered by camel-jfr runtime events, users must export recordings and open
them in Java Mission Control — a heavyweight desktop app.
Add a snapshot command to the JFR dev console that takes a point-in-time
snapshot of the active recording, aggregates events server-side, and returns
JSON. The TUI JFR tab is then restructured to show five tabular data views
(routes, processors, endpoints, failures, redeliveries) alongside the existing
settings controls.
This gives users a lightweight "JMC for Camel" experience directly in the
terminal, showing per-route and per-processor timing stats, endpoint send
stats, recent failures, and redelivery attempts — all on-demand via F5.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)