Quick-http Performance: Difference between revisions

From Bitpost wiki
(Created page with "== ab performance test output == m@melange:~/development/thedigit<nowiki>alage/AbetterTrader/server/htdocs$ ab -c 1000 -k -r -t 10 http://localhost:8080/ This is ApacheBench,...")
 
Line 1: Line 1:
== ab performance test output ==
== ab performance test output ==
 
<code>
m@melange:~/development/thedigit<nowiki>alage/AbetterTrader/server/htdocs$ ab -c 1000 -k -r -t 10 http://localhost:8080/
m@melange:~/development/thedigitalage/AbetterTrader/server/htdocs$ ab -c 1000 -k -r -t 10 http://localhost:8080/
This is ApacheBench, Version 2.3 <$Revision: 1604373 $>
This is ApacheBench, Version 2.3 <$Revision: 1604373 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Line 56: Line 56:
   99%  1129
   99%  1129
  100%  3114 (longest request)
  100%  3114 (longest request)
</nowiki>
</code>

Revision as of 20:00, 30 January 2016

ab performance test output

m@melange:~/development/thedigitalage/AbetterTrader/server/htdocs$ ab -c 1000 -k -r -t 10 http://localhost:8080/ This is ApacheBench, Version 2.3 <$Revision: 1604373 $> 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 5000 requests Completed 10000 requests Completed 15000 requests Completed 20000 requests Completed 25000 requests Completed 30000 requests Completed 35000 requests Completed 40000 requests Completed 45000 requests Completed 50000 requests Finished 50000 requests


Server Software: Server Hostname: localhost Server Port: 8080

Document Path: / Document Length: 288699 bytes

Concurrency Level: 1000 Time taken for tests: 5.701 seconds Complete requests: 50000 Failed requests: 0 Keep-Alive requests: 0 Total transferred: 14438350000 bytes HTML transferred: 14434950000 bytes Requests per second: 8770.56 [#/sec] (mean) Time per request: 114.018 [ms] (mean) Time per request: 0.114 [ms] (mean, across all concurrent requests) Transfer rate: 2473288.16 [Kbytes/sec] received

Connection Times (ms)

             min  mean[+/-sd] median   max

Connect: 0 43 195.5 3 3005 Processing: 3 64 39.5 57 458 Waiting: 0 9 23.1 6 418 Total: 4 107 207.2 63 3114

Percentage of the requests served within a certain time (ms)

 50%     63
 66%     90
 75%    101
 80%    109
 90%    114
 95%    135
 98%   1059
 99%   1129
100%   3114 (longest request)