Scott, Thanks for the patch. We are getting pretty close to release 0.8 beta. Once that's out, we can take a look at the patch.
Jun On Thu, Jun 6, 2013 at 9:11 AM, Scott Clasen <sc...@heroku.com> wrote: > Hi Jun > > Have you looked at Kafka-898 in jira? > > It has a patch for reporting metrics to librato, which would make it very > easy for people to get started with Kafka metrics. > > Sent from my iPhone > > On Jun 6, 2013, at 8:55 AM, Jun Rao <jun...@gmail.com> wrote: > > > Those stats on the broker are available through JMX. In 0.8, since we use > > metrics, you can potentially use different reporters to get the stats > (see > > http://metrics.codahale.com/getting-started/#reporting-via-http). > > > > Thanks, > > > > Jun > > > > > > On Thu, Jun 6, 2013 at 4:50 AM, Hanish Bansal < > > hanish.bansal.agar...@gmail.com> wrote: > > > >> Hi > >> > >> I am trying to get some parameters from kafka like Data produced per > >> second, > >> Data Consumed per second etc. > >> > >> There is a java api in Kafka "kafka.network.SocketServerStats" that i am > >> using > >> for my purpose : > >> > >> socketServerStats.getNumProduceRequests()); > >> socketServerStats.getNumFetchRequests(); > >> socketServerStats.getProduceRequestsPerSecond(); > >> > >> But its not giving any values. > >> > >> Any suggestion will be helpful for me. > >> > >> -- > >> *Thanks & Regards* > >> *Hanish Bansal* > >> >