[GitHub] activemq-artemis pull request #1549: ARTEMIS-1433 adding AddressMemoryUsage(...

2017-09-25 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/activemq-artemis/pull/1549


---


[GitHub] activemq-artemis pull request #1549: ARTEMIS-1433 adding AddressMemoryUsage(...

2017-09-22 Thread pgfox
GitHub user pgfox opened a pull request:

https://github.com/apache/activemq-artemis/pull/1549

ARTEMIS-1433 adding AddressMemoryUsage()/AddressMemoryUsagePercentage() 


expose the total amount of memory used by the Addresses on the broker and 
express it as a percentage of the global-max-size limit. 

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/pgfox/activemq-artemis memory_used

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/activemq-artemis/pull/1549.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1549


commit 4f0a7067beac484c41b4ae5a59532115124cbe04
Author: Pat Fox 
Date:   2017-09-22T08:54:07Z

ARTEMIS-1433 adding AddressMemoryUsage() and AddressMemoryUsagePercentage() 
to ActiveMQServerControl




---