I have checked using jconsole that it do expose some bean saying storepercentage usage in percent. Can I access that using *activemq-admin query --view* command.
In java code I am getting that using * BrokerService brokerService = getBrokerService(); SystemUsage systemUsage = brokerService.getSystemUsage(); storeUsageBytes = systemUsage.getStoreUsage().getUsage(); * Is there a way of getting this using activemq-admin command (or any other way to get it in perl/pythin script) ? -- View this message in context: http://activemq.2283324.n4.nabble.com/Is-there-a-way-to-get-kahadb-size-using-activemq-admin-command-line-tool-tp4687052p4687232.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.