Skip to content

Instantly share code, notes, and snippets.

@bandicoot86
Created November 24, 2015 09:00
Show Gist options
  • Save bandicoot86/2235601e982bafdd1379 to your computer and use it in GitHub Desktop.
Save bandicoot86/2235601e982bafdd1379 to your computer and use it in GitHub Desktop.
Ab load test
ab -n 1000 -c 20 -T "application/json" -p m.json https://services.viber.com/vibersrvc/1/send_message
This is ApacheBench, Version 2.3 <$Revision: 655654 $>
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 100 requests
Completed 200 requests
Completed 300 requests
Completed 400 requests
Completed 500 requests
Completed 600 requests
Completed 700 requests
Completed 800 requests
Completed 900 requests
Completed 1000 requests
Finished 1000 requests
Server Software:
Server Hostname: services.viber.com
Server Port: 443
SSL/TLS Protocol: TLSv1/SSLv3,ECDHE-RSA-AES128-GCM-SHA256,2048,128
Document Path: /vibersrvc/1/send_message
Document Length: 64 bytes
Concurrency Level: 20
Time taken for tests: 42.079 seconds
Complete requests: 1000
Failed requests: 0
Write errors: 0
Total transferred: 220000 bytes
Total POSTed: 337345
HTML transferred: 64000 bytes
Requests per second: 23.76 [#/sec] (mean)
Time per request: 841.585 [ms] (mean)
Time per request: 42.079 [ms] (mean, across all concurrent requests)
Transfer rate: 5.11 [Kbytes/sec] received
7.83 kb/s sent
12.93 kb/s total
Connection Times (ms)
min mean[+/-sd] median max
Connect: 422 448 25.5 440 636
Processing: 142 374 137.5 428 958
Waiting: 141 374 137.5 428 958
Total: 564 822 150.2 881 1479
Percentage of the requests served within a certain time (ms)
50% 881
66% 890
75% 895
80% 898
90% 908
95% 918
98% 997
99% 1362
100% 1479 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment