davsclaus opened a new pull request, #24663: URL: https://github.com/apache/camel/pull/24663
## Summary _Claude Code on behalf of davsclaus_ - Add `camel cmd heap-dump` CLI command to write `.hprof` heap dump files from a running Camel integration for deep memory analysis with tools like Eclipse MAT or VisualVM - Add `HeapDumpDevConsole` in camel-console as the server-side implementation using `HotSpotDiagnosticMXBean` - Wire the heap-dump action in `LocalCliConnector` to bridge CLI/TUI requests to the dev console - Add heap dump support to TUI Memory and MemoryLeak tabs via `h` key shortcut - Register `write_heap_dump` AI tool and `camel_runtime_heap_dump` MCP tool - Add documentation page for the new command ## Test plan - [ ] Run `camel cmd heap-dump` against a running integration and verify `.hprof` file is created - [ ] Run `camel cmd heap-dump --dump-name=test --live=false` and verify options work - [ ] Open TUI Memory tab, press `h`, verify heap dump is written and notification appears - [ ] Open TUI MemoryLeak tab, press `h`, verify heap dump is written and notification appears - [ ] Verify MCP tool `camel_runtime_heap_dump` works via MCP client 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
