You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Hitesh <hi...@contentsphere.com> on 2018/11/01 14:17:50 UTC

Get StorePercentUsage for Queue

I need to get the StorePercentUsage from JMX apis. Is there a way to find
this info.
I saw the available options by connecting to mbeans via jconsole, but didn't
find the property. 
Any idea if this is readily available or we need to calculate this info?
In the second case, attributes on which calculations needs to be performed
can be mentioned?



--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Get StorePercentUsage for Queue

Posted by davidmlentz <da...@datadoghq.com>.
Hitesh, 
The JMX path to this property is
org.apache.activemq:type=Broker,brokerName=localhost/StorePercentUsage .
(Your brokername value may be different.) There's info on this and other
broker metrics in this article:
https://www.datadoghq.com/blog/activemq-architecture-and-metrics/

If you're using Hawtio, you can click an attribute name to see its path. For
more info on Hawtio and some other monitoring tools, see
https://www.datadoghq.com/blog/collecting-activemq-metrics/

I hope this is helpful.



--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html