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

ASF GitHub Bot commented on DISPATCH-1411:
------------------------------------------

kgiusti commented on pull request #586: DISPATCH-1411 - Added UTC datetime and 
router id to all options of qd…
URL: https://github.com/apache/qpid-dispatch/pull/586#discussion_r335038697
 
 

 ##########
 File path: tools/qdstat.in
 ##########
 @@ -574,6 +607,14 @@ class BusManager(Node):
 
         objects = 
self.query('org.apache.qpid.dispatch.router.config.autoLink', cols, 
limit=self.opts.limit)
 
+        if show_date_id:
+            self.display_datetime_router_id()
+
+        if not objects:
+            print ("AutoLinks")
+            print ("No AutoLinks found")
 
 Review comment:
   here also
 
----------------------------------------------------------------
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]


> Add timestamp and router name to header of qdstat output
> --------------------------------------------------------
>
>                 Key: DISPATCH-1411
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-1411
>             Project: Qpid Dispatch
>          Issue Type: Improvement
>          Components: Tools
>    Affects Versions: 1.8.0
>            Reporter: Ken Giusti
>            Assignee: Ganesh Murthy
>            Priority: Major
>              Labels: troubleshooting
>
> Add a timestamp and the router's id to the header of the output of qdstat.
> This will allow us to correlate qdstat output with router log files.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to