[
https://issues.apache.org/jira/browse/CAMEL-9179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14910206#comment-14910206
]
Claus Ibsen commented on CAMEL-9179:
------------------------------------
And the Camel commands now use that information also
{code}
karaf@root> route-list
Context Route Status Total # Failed #
Inflight # Uptime
------- ----- ------ ------- --------
---------- ------
foo foo Started 2 0
0 8.819 seconds
karaf@root> route-stop foo
karaf@root> route-list
Context Route Status Total # Failed #
Inflight # Uptime
------- ----- ------ ------- --------
---------- ------
foo foo Stopped 3 0
0
karaf@root> route-start foo
karaf@root> route-list
Context Route Status Total # Failed #
Inflight # Uptime
------- ----- ------ ------- --------
---------- ------
foo foo Started 4 0
0 1.106 seconds
{code}
> Add uptime to route so we can easily see per route how long time they have
> been running
> ---------------------------------------------------------------------------------------
>
> Key: CAMEL-9179
> URL: https://issues.apache.org/jira/browse/CAMEL-9179
> Project: Camel
> Issue Type: Improvement
> Components: camel-core, jmx
> Reporter: Claus Ibsen
> Assignee: Claus Ibsen
> Priority: Minor
> Fix For: 2.16.0
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)