Re: Producer throughput question

2014-05-21 Thread Joel Koshy
> > What is the good way to measure the producer throughput? The producer exposes a number of mbeans that you can poke to monitor throughput (e.g., bytes-per-sec, messages-per-sec, etc.) and it does so on an aggregate as well as per-topic basis. > We also find compression (such as GZip) does no

Producer throughput question

2014-05-21 Thread Maung Than
Hi All, What is the good way to measure the producer throughput? We are currently accumulating time take by each individual send in the producer and then dividing it with the total volume to calculate the producer throughput. We seems to be getting 20% more throughput than our network can su