Re: FYI - Kafka's built-in performance test tool

2017-05-31 Thread Ofir Manor
n.net>* > > > > *发件人**: *Ofir Manor > *日期**: *2017年5月26日 星期五 01:12 > *至**: *dev > *主**题**: *FYI - Kafka's built-in performance test tool > > > > comes with source code. > Some basic results from the VM, > >- Write every second 50K-60K messag

Re: FYI - Kafka's built-in performance test tool

2017-05-31 Thread 郭健
It seems an internal page so I cannot access it: Your email address doesn't have access to equalum.atlassian.net 发件人: Ofir Manor 日期: 2017年5月26日 星期五 01:12 至: dev 主题: FYI - Kafka's built-in performance test tool comes with source code. Some basic results from the VM, * Write ev

FYI - Kafka's built-in performance test tool

2017-05-25 Thread Ofir Manor
comes with source code. Some basic results from the VM, - Write every second 50K-60K messages, each 1KB (total 50MB-60MB) - Read every second more than 200K messages, each 1KB. May help in assessing whether any Kafka-related slowness is Kafka limitation or our implementation. https://eq