Quick-http Performance: Difference between revisions
No edit summary  | 
				No edit summary  | 
				||
| Line 78: | Line 78: | ||
   99%   1129  |    99%   1129  | ||
  100%   3114 (longest request)  |   100%   3114 (longest request)  | ||
m@melange:~/development/Simple-Web-Server$ ab -c 1000 -k -r -t 10 https://bitpost.com:444/match/123  | |||
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 bitpost.com (be patient)  | |||
Completed 5000 requests  | |||
Completed 10000 requests  | |||
Finished 10893 requests  | |||
Server Software:          | |||
Server Hostname:        bitpost.com  | |||
Server Port:            444  | |||
SSL/TLS Protocol:       TLSv1.2,AES256-GCM-SHA384,2048,256  | |||
Document Path:          /match/123  | |||
Document Length:        3 bytes  | |||
Concurrency Level:      1000  | |||
Time taken for tests:   10.000 seconds  | |||
Complete requests:      10893  | |||
Failed requests:        0  | |||
Keep-Alive requests:    0  | |||
Total transferred:      446654 bytes  | |||
HTML transferred:       32682 bytes  | |||
Requests per second:    1089.28 [#/sec] (mean)  | |||
Time per request:       918.039 [ms] (mean)  | |||
Time per request:       0.918 [ms] (mean, across all concurrent requests)  | |||
Transfer rate:          43.62 [Kbytes/sec] received  | |||
Connection Times (ms)  | |||
              min  mean[+/-sd] median   max  | |||
Connect:       58  199 495.0    121    8733  | |||
Processing:     1   15  56.1      3     418  | |||
Waiting:        0    8  32.1      1     402  | |||
Total:        117  215 498.5    124    8736  | |||
Percentage of the requests served within a certain time (ms)  | |||
  50%    124  | |||
  66%    124  | |||
  75%    125  | |||
  80%    125  | |||
  90%    163  | |||
  95%    514  | |||
  98%   1124  | |||
  99%   2721  | |||
 100%   8736 (longest request)  | |||
</nowiki>  | </nowiki>  | ||
Revision as of 15:30, 6 August 2016
LAN
localhost
raw result
ab performance test output: 8770 pages/sec, 2.4 GB/sec
m@melange:~/development/thedigitalage/AbetterTrader/server/htdocs$ lscpu
Architecture:          x86_64
CPU(s):                4
Model name:            Intel(R) Core(TM) i5-4670K CPU @ 3.40GHz
CPU MHz:               3428.156
BogoMIPS:              6796.46
(...)
m@melange:~/development/thedigitalage/AbetterTrader/server/htdocs$ cat /proc/meminfo
MemTotal:       16370848 kB
MemFree:         3797536 kB
MemAvailable:    7788988 kB
(...)
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)
m@melange:~/development/Simple-Web-Server$ ab -c 1000 -k -r -t 10 https://bitpost.com:444/match/123
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 bitpost.com (be patient)
Completed 5000 requests
Completed 10000 requests
Finished 10893 requests
Server Software:        
Server Hostname:        bitpost.com
Server Port:            444
SSL/TLS Protocol:       TLSv1.2,AES256-GCM-SHA384,2048,256
Document Path:          /match/123
Document Length:        3 bytes
Concurrency Level:      1000
Time taken for tests:   10.000 seconds
Complete requests:      10893
Failed requests:        0
Keep-Alive requests:    0
Total transferred:      446654 bytes
HTML transferred:       32682 bytes
Requests per second:    1089.28 [#/sec] (mean)
Time per request:       918.039 [ms] (mean)
Time per request:       0.918 [ms] (mean, across all concurrent requests)
Transfer rate:          43.62 [Kbytes/sec] received
Connection Times (ms)
              min  mean[+/-sd] median   max
Connect:       58  199 495.0    121    8733
Processing:     1   15  56.1      3     418
Waiting:        0    8  32.1      1     402
Total:        117  215 498.5    124    8736
Percentage of the requests served within a certain time (ms)
  50%    124
  66%    124
  75%    125
  80%    125
  90%    163
  95%    514
  98%   1124
  99%   2721
 100%   8736 (longest request)