...
| Command |
Description |
| camel:backlog-tracer-info |
Provides detail information about the BacklogTracer |
| camel:backlog-tracer-dump |
To dump tracing on the console from the BacklogTracer |
| camel:backlog-tracer-start |
To start the BacklogTracer on route(s) |
| camel:backlog-tracer-stop |
To stop the BacklogTracer on route(s) |
| camel:route-profile |
To profile route(s) |
| camel:route-reset-stats |
To reset performance stats on the given route(s) |
Karaf commands in Camel 2.
...
12.4 onwards
| Command |
Description |
| camel:context-suspend |
Suspends the given Camel context |
| camel:context-resume |
Resumes the given Camel context |
...
It displays the context name/ID (used in others commands), the URI of the endpoint and the current status (started/stopped).
Camel 2.
...
12.4 or newer:
camel:context-suspend
The *camel:context-suspend* command suspends a given CamelContext. It then may be resumed again.
...