Sure.
I first did one round of 100k requests and then another.
These are the results of the second round:

ab -c 400 -n 100000 -m GET http://localhost:3000/hello?name=Bob
This is ApacheBench, Version 2.3 <$Revision: 1706008 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/

Benchmarking localhost (be patient)
Completed 10000 requests
Completed 20000 requests
Completed 30000 requests
Completed 40000 requests
Completed 50000 requests
Completed 60000 requests
Completed 70000 requests
Completed 80000 requests
Completed 90000 requests
Completed 100000 requests
Finished 100000 requests


Server Software:        akka-http/2.4.3
Server Hostname:        localhost
Server Port:            3000

Document Path:          /hello?name=Bob
Document Length:        36 bytes

Concurrency Level:      400
Time taken for tests:   423.361 seconds
Complete requests:      100000
Failed requests:        0
Total transferred:      18800000 bytes
HTML transferred:       3600000 bytes
Requests per second:    236.21 [#/sec] (mean)
Time per request:       1693.444 [ms] (mean)
Time per request:       4.234 [ms] (mean, across all concurrent requests)
Transfer rate:          43.37 [Kbytes/sec] received

Connection Times (ms)
              min  mean[+/-sd] median   max
Connect:        0    4  44.9      0     581
Processing:    11 1686 219.7   1579    2278
Waiting:        4 1024 442.4   1040    1684
Total:         11 1691 222.2   1580    2278

Percentage of the requests served within a certain time (ms)
  50%   1580
  66%   1594
  75%   1622
  80%   2059
  90%   2076
  95%   2088
  98%   2101
  99%   2114
 100%   2278 (longest request)




For the sake of comparison here's what I got with Play:

This is ApacheBench, Version 2.3 <$Revision: 1706008 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/

Benchmarking localhost (be patient)
Completed 10000 requests
Completed 20000 requests
Completed 30000 requests
Completed 40000 requests
Completed 50000 requests
Completed 60000 requests
Completed 70000 requests
Completed 80000 requests
Completed 90000 requests
Completed 100000 requests
Finished 100000 requests


Server Software:
Server Hostname:        localhost
Server Port:            9000

Document Path:          /hello-world?name=Bob
Document Length:        36 bytes

Concurrency Level:      400
Time taken for tests:   17.309 seconds
Complete requests:      100000
Failed requests:        0
Total transferred:      15800000 bytes
HTML transferred:       3600000 bytes
Requests per second:    5777.34 [#/sec] (mean)
Time per request:       69.236 [ms] (mean)
Time per request:       0.173 [ms] (mean, across all concurrent requests)
Transfer rate:          891.43 [Kbytes/sec] received

Connection Times (ms)
              min  mean[+/-sd] median   max
Connect:        0    0   1.8      0     570
Processing:    12   69  36.3     67     641
Waiting:        1   38  35.9     37     639
Total:         12   69  36.3     67     641

Percentage of the requests served within a certain time (ms)
  50%     67
  66%     68
  75%     68
  80%     69
  90%     70
  95%     71
  98%     73
  99%     74
 100%    641 (longest request)




On Monday, April 18, 2016 at 1:25:36 AM UTC+3, Andrew Gaydenko wrote:
>
> Adam, just curious, can you, please, supply some example ApacheBench 
> output?
>

-- 
>>>>>>>>>>      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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to