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

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

ganeshmurthy commented on pull request #680: DISPATCH-1415, DISPATCH-1569: add 
process memory metric
URL: https://github.com/apache/qpid-dispatch/pull/680#discussion_r378371077
 
 

 ##########
 File path: tools/qdstat.in
 ##########
 @@ -325,6 +333,13 @@ class BusManager(Node):
             rows.append(('Uptime',        TimeLong(router.uptimeSeconds)))
         except:
             pass
+        try:
 
 Review comment:
   Should this show in the output of qdstat -m instead of qdstat -g ?
   
   
 
----------------------------------------------------------------
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:
us...@infra.apache.org


> qdstat does not show process memory usage
> -----------------------------------------
>
>                 Key: DISPATCH-1415
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-1415
>             Project: Qpid Dispatch
>          Issue Type: Improvement
>          Components: Management Agent
>    Affects Versions: 1.8.0
>            Reporter: Charles E. Rolke
>            Assignee: Ken Giusti
>            Priority: Major
>              Labels: troubleshooting
>
> *qdstat -m* shows managed memory usage but it does not show qdrouterd process 
> memory usage. An improvement would be to display process memory usage 
> somewhere via qdstat.
> Often a memory leak (DISPATCH-1407) will be in objects not held in managed 
> memory. In these cases memory usage may grow unbounded but not be visible by 
> qdstat.
> A new line or three could be added to qdstat -g or a new switch could be 
> added to qdstat. Good values to show are the standard columns from top: VIRT, 
> RES, and SHR.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to