You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by Pritam Kadam <kp...@thoughtworks.com> on 2018/01/17 08:50:24 UTC

Fwd: [HELP] Guidelines/tools to test kafka performance with application layer involved

Hello,

We are using kafka for pub sub and want test performance of entire system.

Is there any tool readily available in kafka world which can simulate
multiple publishers and subscribers tp measure latency and throughput
considering custom application layer?

Any guidelines around this would be helpful?


Thanks,
Pritam Kadam

Re: [HELP] Guidelines/tools to test kafka performance with application layer involved

Posted by Andrey Falko <af...@salesforce.com>.
Have you looked at kafka-producer-perf-test.sh and
kafka-consumer-perf-test.sh that are bundled with kafka in the bin
directory?

On Wed, Jan 17, 2018 at 12:50 AM, Pritam Kadam <kp...@thoughtworks.com> wrote:
> Hello,
>
> We are using kafka for pub sub and want test performance of entire system.
>
> Is there any tool readily available in kafka world which can simulate
> multiple publishers and subscribers tp measure latency and throughput
> considering custom application layer?
>
> Any guidelines around this would be helpful?
>
>
> Thanks,
> Pritam Kadam