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

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

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

 ##########
 File path: python/qpid_dispatch/management/qdrouter.json
 ##########
 @@ -614,7 +614,12 @@
                     "type": "integer",
                     "graph": true,
                     "description": "The number of seconds since the router was 
started."
-                }                
+                },
+                "memoryUsage": {
+                    "type": "integer",
+                    "graph": true,
+                    "description": "The current amount of memory in use by the 
qdrouterd process in bytes.  This includes memory provisioned for stack, data, 
and code.  This value is set to zero if the platform does not provide access to 
the process memory size."
 
 Review comment:
   Could mention that the value corresponds to 'VmSize'.
 
----------------------------------------------------------------
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