On Thu, Dec 16, 2010 at 7:00 AM, rliguori <robert2...@hotmail.com> wrote:
>
> On the main screen, what do the following counters relate to:
>
> "Store percent used"
> "Memory percent used"
> Temp percent used"
>
> Is there documentation for this web page (http://localhost:8161/admin/)?
>
> Also, anyone know how to test this three counters?  That is create activity
> to so the values aren't '0'.

These values correlate directly to the <systemUsage> element in the
ActiveMQ XML configuration as described here:

http://activemq.apache.org/producer-flow-control.html#ProducerFlowControl-Systemusage

Here's the basic breakdown:

* store percent used - the percentage of the available space for
persistent messages that has been used
* memory percent used - the percentage of the available memory for the
entire message broker that has been used
* temp percent used - the percentage of the available space for
non-persistent messages that has been used

Bruce
-- 
perl -e 'print 
unpack("u30","D0G)u8...@4vyy9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

ActiveMQ in Action: http://bit.ly/2je6cQ
Blog: http://bruceblog.org/
Twitter: http://twitter.com/brucesnyder

Reply via email to