This is from memory, but I think Storm exposes metrics via a Thrift API, not JMX, or at least that is how I think SPM agent gets Storm metrics (see https://sematext.com/spm/ )
If you want to look at JMX, https://github.com/sematext/jmxc is a simple command-line java app that can dump the contents of JMX for you, so you can look and see if there are any Storm MBeans there. Otis -- Monitoring - Log Management - Alerting - Anomaly Detection Solr & Elasticsearch Consulting Support Training - http://sematext.com/ On Sat, Jun 11, 2016 at 4:54 PM, Alec Lee <[email protected]> wrote: > Hi, all > > I know kafka automatically expose mbeans to jmx, it seems storm doesn’t, i > wonder if anyone has the experience to use JConsole to read storm build-in > metrics through mbeans, or I will have to write separate metricConsumer to > register metrics to mbeans? Is there such source code available? > > thanks > > AL > >
