[ 
https://issues.apache.org/jira/browse/CAMEL-9878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15325982#comment-15325982
 ] 

Zoran Regvart commented on CAMEL-9878:
--------------------------------------

Isn't this already implemented in CAMEL-8223?
There is no mention of the {{camel:context-inflight}} command in the 
[{{OSGI-INF/bundle.info}}|https://github.com/apache/camel/blob/master/platforms/karaf/commands/src/main/resources/OSGI-INF/bundle.info]
 but it's implemented in 
[{{org.apache.camel.karaf.commands.ContextInflight}}|https://github.com/apache/camel/blob/master/platforms/karaf/commands/src/main/java/org/apache/camel/karaf/commands/ContextInflight.java]
 and registered in 
[{{OSGI-INF/blueprint/camel-commands.xml}}|https://github.com/apache/camel/blob/master/platforms/karaf/commands/src/main/resources/OSGI-INF/blueprint/camel-commands.xml#L72].

> camel-commands - Add command to show top N inflight exchanges per routes
> ------------------------------------------------------------------------
>
>                 Key: CAMEL-9878
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9878
>             Project: Camel
>          Issue Type: Improvement
>          Components: karaf, tooling
>            Reporter: Claus Ibsen
>             Fix For: 2.18.0
>
>
> A command that can show you details about the top-N inflight exchanges per 
> routes.
> Some kind of table that output the top oldest inflight grouped by route.
> {code}
> exchange   route    duration    node 
> --------------------------------
> a
> b
> c
> d
> e
> f
> {code}
> You can use route-list and context-list and see the inflight counter, but you 
> cannot yet see more fine grained details. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to