This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 460f4660730 camel-jbang - Update docs 460f4660730 is described below commit 460f4660730984a9cc160fc077f34f53f76f57d1 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Aug 5 09:56:02 2022 +0200 camel-jbang - Update docs --- docs/user-manual/modules/ROOT/pages/camel-jbang.adoc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc index cbba4e88eb9..9fb31d717e5 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc @@ -129,6 +129,22 @@ camel run hello.java --dev NOTE: The live reload is meant for development purposes, and if you encounter problems with reloading such as JVM class loading issues, then you may need to restart the application. +=== Developer Console + +You can enable the developer console, which presents a variety of information to the developer. + +[source,bash] +---- +camel run hello.java --console +---- + +The console is then accessible from a web browser at: http://localhost:8080/q/dev (by default). +The link is also shown in the log when Camel is starting up. + +The console can give you insights into your running Camel application, such as reporting the top +routes that takes the longest time to process messages. You can then drill down to pin-point, exactly +which individual EIPs in these routes are the slowest. + === Using profiles Camel JBang have the concept of profiles. A _profile_ is essentially a name (id) that refers