areyouok commented on issue #3825:
URL: https://github.com/apache/rocketmq/issues/3825#issuecomment-1032385516


   Cluster produce/consume test
   
   * 6 producer and 6 consumer in 6 machines, linux kernel 3.x
   * 4 SyncMaster and 4 Slave in 2 machines, linux kernel 4.x
   * each broker has 18 queues for test topic
   * each producer has 400 threads
   * network latency: 1.61ms
   
   although the old version has poor performance in single tcp connection, but 
there is 6*4 tcp connection for produce and consume. So the produce performance 
of old version is not too bad, but it's consume qps can't keep up with the 
produce tps.
   
   version | body size | producer tps | consumer qps
   -- | -- | -- | --
   Old | 250 | 18w*4 | 13w*4 
   Old | 4,000 | 7.2w*4 | 1.8w*4 
   Old | 16,000 | 1.9w*4 | 4.6k*4   
   Old | 100,000 | 3000*4 | 800*4 
   New | 250 | 17.5w*4 | 17.5w*4   
   New | 4,000 | 6.8w*4 | 6.8w*4   
   New | 16,000 | 1.8w*4 | 1.8w*4   
   New | 100,000 | 2800*4 | 2800*4 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to