[
https://issues.apache.org/jira/browse/ARTEMIS-4743?focusedWorklogId=917415&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-917415
]
ASF GitHub Bot logged work on ARTEMIS-4743:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 03/May/24 03:26
Start Date: 03/May/24 03:26
Worklog Time Spent: 10m
Work Description: brusdev commented on code in PR #4921:
URL: https://github.com/apache/activemq-artemis/pull/4921#discussion_r1588631240
##########
artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/queue/StatQueue.java:
##########
@@ -99,6 +100,12 @@ public enum OPERATION {
@Option(names = "--include-management", description = "Include queues
created for notification management in the output")
private boolean includeManagement = false;
+ @Option(names = "--loop", description = "Keep Queue Stat in a forever loop,
that you can interrupt with Ctrl-C, sleeping for --loop-time between each
iteration.")
Review Comment:
In kubectl the name of a similar option is `watch`
Issue Time Tracking
-------------------
Worklog Id: (was: 917415)
Time Spent: 3h 10m (was: 3h)
> Improve CLI Queue Stat Output: Split lines and include internal queue
> attribute
> -------------------------------------------------------------------------------
>
> Key: ARTEMIS-4743
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4743
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Affects Versions: 2.33.0
> Reporter: Clebert Suconic
> Priority: Major
> Fix For: 2.34.0
>
> Time Spent: 3h 10m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)