Created
December 10, 2015 15:24
-
-
Save bandicoot86/27ee361b54e9d8fbfd1b to your computer and use it in GitHub Desktop.
Parallel run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Server1: | |
~/viber$ ./sendab.sh | |
This is ApacheBench, Version 2.3 <$Revision: 1528965 $> | |
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ | |
Licensed to The Apache Software Foundation, http://www.apache.org/ | |
Benchmarking services.viber.com (be patient) | |
Completed 1000 requests | |
Completed 2000 requests | |
Completed 3000 requests | |
Completed 4000 requests | |
Completed 5000 requests | |
Completed 6000 requests | |
Completed 7000 requests | |
Completed 8000 requests | |
Completed 9000 requests | |
Completed 10000 requests | |
Finished 10000 requests | |
Server Software: | |
Server Hostname: services.viber.com | |
Server Port: 443 | |
SSL/TLS Protocol: TLSv1.2,ECDHE-RSA-AES128-GCM-SHA256,2048,128 | |
Document Path: /vibersrvc/1/send_message | |
Document Length: 63 bytes | |
Concurrency Level: 100 | |
Time taken for tests: 247.883 seconds | |
Complete requests: 10000 | |
Failed requests: 0 | |
Total transferred: 2190000 bytes | |
Total body sent: 3280000 | |
HTML transferred: 630000 bytes | |
Requests per second: 40.34 [#/sec] (mean) | |
Time per request: 2478.828 [ms] (mean) | |
Time per request: 24.788 [ms] (mean, across all concurrent requests) | |
Transfer rate: 8.63 [Kbytes/sec] received | |
12.92 kb/s sent | |
21.55 kb/s total | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 4 42 22.8 38 195 | |
Processing: 16 2434 624.6 2438 5370 | |
Waiting: 16 2434 624.6 2437 5370 | |
Total: 42 2476 625.5 2476 5394 | |
Percentage of the requests served within a certain time (ms) | |
50% 2476 | |
66% 2734 | |
75% 2809 | |
80% 2933 | |
90% 3187 | |
95% 3514 | |
98% 3812 | |
99% 4222 | |
100% 5394 (longest request) | |
_______________________________________________- | |
Server2: | |
~/viber$ ./sendab.sh | |
This is ApacheBench, Version 2.3 <$Revision: 1528965 $> | |
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ | |
Licensed to The Apache Software Foundation, http://www.apache.org/ | |
Benchmarking services.viber.com (be patient) | |
Completed 1000 requests | |
Completed 2000 requests | |
Completed 3000 requests | |
Completed 4000 requests | |
Completed 5000 requests | |
Completed 6000 requests | |
Completed 7000 requests | |
Completed 8000 requests | |
Completed 9000 requests | |
Completed 10000 requests | |
Finished 10000 requests | |
Server Software: | |
Server Hostname: services.viber.com | |
Server Port: 443 | |
SSL/TLS Protocol: TLSv1.2,ECDHE-RSA-AES128-GCM-SHA256,2048,128 | |
Document Path: /vibersrvc/1/send_message | |
Document Length: 63 bytes | |
Concurrency Level: 100 | |
Time taken for tests: 247.948 seconds | |
Complete requests: 10000 | |
Failed requests: 3 | |
(Connect: 0, Receive: 0, Length: 3, Exceptions: 0) | |
Non-2xx responses: 3 | |
Total transferred: 2189553 bytes | |
Total body sent: 3270000 | |
HTML transferred: 629811 bytes | |
Requests per second: 40.33 [#/sec] (mean) | |
Time per request: 2479.484 [ms] (mean) | |
Time per request: 24.795 [ms] (mean, across all concurrent requests) | |
Transfer rate: 8.62 [Kbytes/sec] received | |
12.88 kb/s sent | |
21.50 kb/s total | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 5 42 23.0 37 194 | |
Processing: 12 2418 649.5 2423 5359 | |
Waiting: 12 2418 649.4 2423 5359 | |
Total: 23 2460 647.0 2470 5384 | |
Percentage of the requests served within a certain time (ms) | |
50% 2470 | |
66% 2725 | |
75% 2807 | |
80% 2926 | |
90% 3183 | |
95% 3464 | |
98% 3830 | |
99% 4257 | |
100% 5384 (longest request) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment