As the week is wrapping up, I wanted to share a quick update on my testing. With the latest RC2 I am happy to report that I can get over 80k req/s, which matches or even exceeds numbers I had previously gotten from Spray. Congratulations to the team for these incredible numbers!
=Sebastian ## Bench Results Server Software: akka-http/2.4.2-RC2 Server Hostname: localhost Server Port: 8000 Document Path: /v1/tweets Document Length: 96 bytes Concurrency Level: 100 Time taken for tests: 11.943 seconds Complete requests: 1000000 Failed requests: 0 Keep-Alive requests: 1000000 Total transferred: 257000000 bytes HTML transferred: 96000000 bytes Requests per second: 83733.13 [#/sec] (mean) Time per request: 1.194 [ms] (mean) Time per request: 0.012 [ms] (mean, across all concurrent requests) Transfer rate: 21015.05 [Kbytes/sec] received On Tuesday, February 2, 2016 at 10:56:30 AM UTC-5, drewhk wrote: > > Hi Sebastian, > > On Tue, Feb 2, 2016 at 4:50 PM, Sebastian Jastrzebski <[email protected] > <javascript:>> wrote: > >> >> Hi Endre, >> >> Congrats on tracking down the memory leak, you guys work fast. >> > > 2.4.2-RC2 is going to be released very soon (today or tomorrow) so you can > try it soon. > > >> >> You have certainly provided me with enough ideas to pursue further work >> down this path. The new connection issue may not be a significant roadblock >> since I can do connection pooling or put something like nginx in front of >> the backend. >> > >> I will play around with dispatcher settings though to see how that >> affects the performance and scaling and report back to this post. >> > > Thank you! > > -Endre > > >> >> Thanks for all the great work you and the rest of community are doing. >> -Sebastian >> >> >> >> >> -- >> >>>>>>>>>> Read the docs: http://akka.io/docs/ >> >>>>>>>>>> Check the FAQ: >> http://doc.akka.io/docs/akka/current/additional/faq.html >> >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user >> --- >> You received this message because you are subscribed to the Google Groups >> "Akka User List" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at https://groups.google.com/group/akka-user. >> For more options, visit https://groups.google.com/d/optout. >> > > -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
