Re: Not found NewShinyProducer sync performance metrics

2015-02-08 Thread Manikumar Reddy
You can configure the jmx ports by using below system properties. -Dcom.sun.management.jmxremote.port= -Dcom.sun.management.jmxremote.rmi.port=8889 On Fri, Feb 6, 2015 at 9:19 AM, Xinyi Su wrote: > Hi, > > I try to use Jconsole to connect remote Kafka broker which is running > behind a

Re: Not found NewShinyProducer sync performance metrics

2015-02-05 Thread Xinyi Su
Hi, I try to use Jconsole to connect remote Kafka broker which is running behind a firewall. But it is blocked by the firewall. I can specify JMX registry port by set JMX_PORT= which is allowed by firewall, but I cannot specify the "ephemeral" port which is always chosen randomly at startup

Re: Not found NewShinyProducer sync performance metrics

2015-02-05 Thread Otis Gospodnetic
Not announced yet, but http://sematext.com/spm should be showing you all the new shiny Kafka (new producer) metrics out of the box. If you don't see them, please shout (I know we have a bit more tweaking to do in the coming day-two-three). If you want to just dump MBeans from JMX manually and eye

Re: Not found NewShinyProducer sync performance metrics

2015-02-05 Thread Manikumar Reddy
New Producer uses Kafka's own metrics api. Currently metrics are reported using jmx. Any jmx monitoring tool (jconsole) can be used for monitoring. On Feb 5, 2015 3:56 PM, "Xinyi Su" wrote: > Hi, > I am using kafka-producer-perf-test.sh to study NewShinyProducer *sync* > performance. > > I have n

Not found NewShinyProducer sync performance metrics

2015-02-05 Thread Xinyi Su
Hi, I am using kafka-producer-perf-test.sh to study NewShinyProducer *sync* performance. I have not found any CSV output or metrics collector for NewShinyProducer sync performance. Would you like to share with me about how to collect NewShinyProducer metrics? Thanks. Best regards. Xinyi