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

ASF GitHub Bot commented on CAMEL-9878:
---------------------------------------

GitHub user zregvart opened a pull request:

    https://github.com/apache/camel/pull/1046

    CAMEL-9878 camel-commands - Add command to show top N inflight exchan…

    …ges per routes
    
    Added new argument (`route`) to `context-inflight` command. Client can
    use the `route` argument to specify the route which inflight exchanges
    should be displayed.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zregvart/camel CAMEL-9878

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/1046.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1046
    
----
commit b5cc32ecc666cb2006436cfad37e0b75de0d2fa3
Author: Zoran Regvart <[email protected]>
Date:   2016-06-18T16:53:22Z

    CAMEL-9878 camel-commands - Add command to show top N inflight exchanges 
per routes
    
    Added new argument (`route`) to `context-inflight` command. Client can
    use the `route` argument to specify the route which inflight exchanges
    should be displayed.

----


> 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