ChugR commented on a change in 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 With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org