This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch feature/CAMEL-23870-heap-histogram in repository https://gitbox.apache.org/repos/asf/camel.git
commit d36b0b2127615c7c1bb83f136902b1884d76bc3f Author: Claus Ibsen <[email protected]> AuthorDate: Wed Jul 1 16:29:16 2026 +0200 CAMEL-23870: add generated doc page for heap-histogram CLI command Co-Authored-By: Claude <[email protected]> Signed-off-by: Claus Ibsen <[email protected]> --- .../camel-jbang-cmd-heap-histogram.adoc | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/docs/user-manual/modules/ROOT/pages/jbang-commands/camel-jbang-cmd-heap-histogram.adoc b/docs/user-manual/modules/ROOT/pages/jbang-commands/camel-jbang-cmd-heap-histogram.adoc new file mode 100644 index 000000000000..f36a78e95cdf --- /dev/null +++ b/docs/user-manual/modules/ROOT/pages/jbang-commands/camel-jbang-cmd-heap-histogram.adoc @@ -0,0 +1,29 @@ + +// AUTO-GENERATED by camel-package-maven-plugin - DO NOT EDIT THIS FILE += camel cmd heap-histogram + +Display class-level heap memory usage in a running Camel integration + + +== Usage + +[source,bash] +---- +camel cmd heap-histogram [options] +---- + + + +== Options + +[cols="2,5,1,2",options="header"] +|=== +| Option | Description | Default | Type +| `--filter` | Filter class names (use all to include all classes) | all | String +| `--sort` | Sort by bytes, instances, or className | bytes | String +| `--top` | Show only the top N classes | 50 | int +| `--watch` | Execute periodically and showing output fullscreen | | boolean +| `-h,--help` | Display the help and sub-commands | | boolean +|=== + +
