Skip to content

Instantly share code, notes, and snippets.

@wlaurance
Created March 14, 2013 21:09
Show Gist options
  • Select an option

  • Save wlaurance/5165298 to your computer and use it in GitHub Desktop.

Select an option

Save wlaurance/5165298 to your computer and use it in GitHub Desktop.
18K request per second 1M requests in 54.590 seconds
ab -c 1000 -n 1000000 localhost:3000/index.html
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)
Completed 100000 requests
Completed 200000 requests
Completed 300000 requests
Completed 400000 requests
Completed 500000 requests
Completed 600000 requests
Completed 700000 requests
Completed 800000 requests
Completed 900000 requests
Completed 1000000 requests
Finished 1000000 requests
Server Software:
Server Hostname: localhost
Server Port: 3000
Document Path: /index.html
Document Length: 9 bytes
Concurrency Level: 1000
Time taken for tests: 54.590 seconds
Complete requests: 1000000
Failed requests: 0
Write errors: 0
Non-2xx responses: 1000000
Total transferred: 117000000 bytes
HTML transferred: 9000000 bytes
Requests per second: 18318.30 [#/sec] (mean)
Time per request: 54.590 [ms] (mean)
Time per request: 0.055 [ms] (mean, across all concurrent requests)
Transfer rate: 2093.01 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 6 18 7.8 18 1020
Processing: 7 36 14.8 33 141
Waiting: 3 30 14.5 27 131
Total: 15 55 16.7 52 1090
Percentage of the requests served within a certain time (ms)
50% 52
66% 57
75% 61
80% 64
90% 74
95% 85
98% 98
99% 106
100% 1090 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment