You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2017/11/26 10:24:06 UTC

[GitHub] style95 commented on issue #2569: 1 million per second event processing using openwhisk ??

style95 commented on issue #2569: 1 million per second event processing using openwhisk ??
URL: https://github.com/apache/incubator-openwhisk/issues/2569#issuecomment-346997893
 
 
   @markusthoemmes sorry I missed this.
   
   @spattewar 
   I am working on performance benchmarking on OW these days.
   I got about 15,000 ~ 20,000 TPS with 2 machines(cpu: 40 cores, mem: 128GB, 2T SDD).
   
   Actually there is huge performance difference between with and without connection keepalive.
   That result comes without connection keepalive.
   Components were distributed and couldn't utilize whole resources.
   (e.g. controller machines were saturated but DB machines were not and so on).
   
   I am trying to benchmark with connection keepalive and saturate all components.
   Normally nginx in OW uses keepalive, I expect it would be way more than that.
   
   Once it is done, I will share to you. It might help you to plan your cluster setup.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services