[
https://issues.apache.org/jira/browse/ARTEMIS-2387?focusedWorklogId=262184&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-262184
]
ASF GitHub Bot logged work on ARTEMIS-2387:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 18/Jun/19 10:08
Start Date: 18/Jun/19 10:08
Worklog Time Spent: 10m
Work Description: shailendra14k commented on pull request #2711:
[ARTEMIS-2387]Add schedule count and routing type to the queue stat command
URL: https://github.com/apache/activemq-artemis/pull/2711
Issue:- https://issues.apache.org/jira/browse/ARTEMIS-2387
Sample output
```
$ ./artemis queue stat --queueName TestQueue
|NAME |ADDRESS |CONSUMER_COUNT
|MESSAGE_COUNT |MESSAGES_ADDED |DELIVERING_COUNT |MESSAGES_ACKED
|SCHEDULED_COUNT |ROUTING_TYPE |
|TestQueue |TestQueue |1 |21
|42 |0 |21 |21
|ANYCAST |
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 262184)
Time Spent: 10m
Remaining Estimate: 0h
> Add schedule count and routing type to the queue stat command
> -------------------------------------------------------------
>
> Key: ARTEMIS-2387
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2387
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Components: Broker
> Affects Versions: 2.9.0
> Reporter: Shailendra Kumar singh
> Priority: Minor
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Good to have schedule count and routing type to the queue stat command.
> Queue stats confuse(Y Message count >0); when there are schedule messages
> with the active consumer
> {code:java}
> $ ./artemis queue stat --queueName TestQueue
> |NAME |ADDRESS |CONSUMER_COUNT
> |MESSAGE_COUNT |MESSAGES_ADDED |DELIVERING_COUNT |MESSAGES_ACKED |
> |TestQueue |TestQueue |1 |42
> |245 |0 |203 |
> {code}
> It will be good to include schedule count and routingType to the stat
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)