jeromq icon indicating copy to clipboard operation
jeromq copied to clipboard

JMX performance metrics

Open MartinGoodwell opened this issue 9 years ago • 3 comments

Is someone already actively working on integrating JMX performance metrics? Popular metrics of message queues in general are

  • message ingress
  • queue depth
  • nr of connections (producers, consumers)

As any required classes are built-in in the javax.managmement package, no additional dependencies need to be introduced. If no one is working on this, I'd be more than glad to give it a try. Also cross-posting this issue on jzmq (https://github.com/zeromq/jzmq/issues/424)

MartinGoodwell avatar Mar 01 '16 15:03 MartinGoodwell

Sounds like a good idea to me.

@MartinGoodwell I know it's been a year and a half since you created this issue and I'm the first to reply (yikes -- sorry about that!), but if you're still interested in trying this out, I think that would be great.

daveyarwood avatar Oct 05 '17 03:10 daveyarwood

A good starting point could be: http://metrics.dropwizard.io/4.0.0/

fbacchella avatar Apr 13 '18 13:04 fbacchella

@daveyarwood and now it took me another 6 months, sorry. I don't have too much time to work on it anymore, but I'll keep it in mind. If you prefer to close this issue for the time being, I'm fine with it.

MartinGoodwell avatar May 02 '18 07:05 MartinGoodwell