Skip to content

Instantly share code, notes, and snippets.

@nu7hatch
Created July 28, 2012 00:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nu7hatch/3191152 to your computer and use it in GitHub Desktop.
Save nu7hatch/3191152 to your computer and use it in GitHub Desktop.
› ab -n 20 -c 4 'http://localhost:8000/count.js?url=http://desantapp.com/&n=facebook,twitter,plusone&cb=hello'
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 localhost (be patient).....done
Server Software:
Server Hostname: localhost
Server Port: 8000
Document Path: /count.js?url=http://desantapp.com/&n=facebook,twitter,plusone&cb=hello
Document Length: 114 bytes
Concurrency Level: 4
Time taken for tests: 2.270 seconds
Complete requests: 20
Failed requests: 0
Write errors: 0
Total transferred: 4020 bytes
HTML transferred: 2280 bytes
Requests per second: 8.81 [#/sec] (mean)
Time per request: 453.957 [ms] (mean)
Time per request: 113.489 [ms] (mean, across all concurrent requests)
Transfer rate: 1.73 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.2 0 1
Processing: 431 450 20.7 442 509
Waiting: 430 450 20.7 442 509
Total: 431 451 20.7 443 509
Percentage of the requests served within a certain time (ms)
50% 443
66% 450
75% 453
80% 471
90% 485
95% 509
98% 509
99% 509
100% 509 (longest request)
› ab -n 20 -c 4 'http://localhost:8001/count.js?url=http://desantapp.com/&n=facebook,twitter,plusone&cb=hello'
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 localhost (be patient).....done
Server Software: thin
Server Hostname: localhost
Server Port: 8001
Document Path: /count.js?url=http://desantapp.com/&n=facebook,twitter,plusone&cb=hello
Document Length: 114 bytes
Concurrency Level: 4
Time taken for tests: 18.725 seconds
Complete requests: 20
Failed requests: 0
Write errors: 0
Total transferred: 6340 bytes
HTML transferred: 2280 bytes
Requests per second: 1.07 [#/sec] (mean)
Time per request: 3745.088 [ms] (mean)
Time per request: 936.272 [ms] (mean, across all concurrent requests)
Transfer rate: 0.33 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.2 0 1
Processing: 2437 3660 661.2 3676 4714
Waiting: 1653 3257 815.3 3302 4325
Total: 2438 3660 661.1 3677 4715
Percentage of the requests served within a certain time (ms)
50% 3677
66% 4168
75% 4168
80% 4325
90% 4714
95% 4715
98% 4715
99% 4715
100% 4715 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment