Skip to content

Instantly share code, notes, and snippets.

@jervisliu
Created May 28, 2014 08:53
Show Gist options
  • Save jervisliu/fd3bb819b98192d3dbf2 to your computer and use it in GitHub Desktop.
Save jervisliu/fd3bb819b98192d3dbf2 to your computer and use it in GitHub Desktop.
➜ ~ ab -n 1000 -c 100 http://www.easemob.com/
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 www.easemob.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: Apache/2.2.22
Server Hostname: www.easemob.com
Server Port: 80
Document Path: /
Document Length: 13841 bytes
Concurrency Level: 100
Time taken for tests: 11.825 seconds
Complete requests: 1000
Failed requests: 0
Write errors: 0
Total transferred: 14156964 bytes
HTML transferred: 13961124 bytes
Requests per second: 84.57 [#/sec] (mean)
Time per request: 1182.514 [ms] (mean)
Time per request: 11.825 [ms] (mean, across all concurrent requests)
Transfer rate: 1169.13 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 42 188 300.8 124 2732
Processing: 63 936 695.9 983 5275
Waiting: 60 584 434.3 536 3208
Total: 110 1124 754.9 1129 5832
Percentage of the requests served within a certain time (ms)
50% 1129
66% 1252
75% 1300
80% 1351
90% 1952
95% 2409
98% 3426
99% 4352
100% 5832 (longest request)
-------------------------------------------------------------------
➜ ~ ab -n 1000 -c 100 http://speedtest.tokyo.linode.com/
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 speedtest.tokyo.linode.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: nginx/0.7.67
Server Hostname: speedtest.tokyo.linode.com
Server Port: 80
Document Path: /
Document Length: 169 bytes
Concurrency Level: 100
Time taken for tests: 13.933 seconds
Complete requests: 1000
Failed requests: 0
Write errors: 0
Non-2xx responses: 1000
Total transferred: 319000 bytes
HTML transferred: 169000 bytes
Requests per second: 71.77 [#/sec] (mean)
Time per request: 1393.348 [ms] (mean)
Time per request: 13.933 [ms] (mean, across all concurrent requests)
Transfer rate: 22.36 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 97 971 1066.4 173 5428
Processing: 95 180 191.0 144 1557
Waiting: 95 177 185.5 143 1557
Total: 198 1152 1055.5 380 5588
Percentage of the requests served within a certain time (ms)
50% 380
66% 2284
75% 2343
80% 2378
90% 2416
95% 2470
98% 2526
99% 4537
100% 5588 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment