Hi, Ravi Thanks for reply, this is how I build the kafka package 0.8
$ git clone https://git-wip-us.apache.org/repos/asf/kafka.git $ cd /etc/kafka $ git checkout -b 0.8 remotes/origin/0.8 $ ./sbt update $ ./sbt package $ ./sbt assembly-package-dependency So I believe I already build it, but still not able to run it, any clues for that? thanks Alec On Oct 1, 2014, at 9:13 PM, ravi singh <rrs120...@gmail.com> wrote: > It is available with Kafka package containing the source code. Download > the package, build it and run the above command. > > Regards, > Ravi > > On Wed, Oct 1, 2014 at 7:55 PM, Sa Li <sal...@gmail.com> wrote: > >> Hi, All >> >> I built a 3-node kafka cluster, I want to make performance test, I found >> someone post following thread, that is exactly the problem I have: >> ------------- >> While testing kafka producer performance, I found 2 testing scripts. >> >> 1) performance testing script in kafka distribution >> >> bin/kafka-producer-perf-test.sh --broker-list localhost:9092 --messages >> 10000000 --topic test --threads 10 --message-size 100 --batch-size 10000 >> --compression-codec 1 >> >> 2) performance testing script mentioned in >> >> >> https://engineering.linkedin.com/kafka/benchmarking-apache-kafka-2-million-writes-second-three-cheap-machines >> >> bin/kafka-run-class.sh >> org.apache.kafka.clients.tools.ProducerPerformance test6 50000000 100 >> -1 acks=1 bootstrap.servers=esv4-hcl198.grid.linkedin.com:9092 >> buffer.memory=67108864 batch.size=8196 >> >> based on org.apache.kafka.clients.producer.Producer. >> >> —————— >> >> >> I was unable to duplicate either of above method, I figure the commands >> are outdated, anyone point me how to do such test with new command? >> >> >> thanks >> >> Alec > > > > > -- > *Regards,* > *Ravi*