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`
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]