Skip to content

Instantly share code, notes, and snippets.

@indexzero
Created August 28, 2011 09:48
Show Gist options
  • Save indexzero/1176483 to your computer and use it in GitHub Desktop.
Save indexzero/1176483 to your computer and use it in GitHub Desktop.
Benchmarking node-http-proxy on v0.5.5 (http2)
$ ab -c 100 -n 10000 http://127.0.0.1:8000/
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 127.0.0.1 (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: 127.0.0.1
Server Port: 8000
Document Path: /
Document Length: 256 bytes
Concurrency Level: 100
Time taken for tests: 6.742 seconds
Complete requests: 10000
Failed requests: 50
(Connect: 0, Receive: 0, Length: 50, Exceptions: 0)
Write errors: 0
Total transferred: 3480299 bytes
HTML transferred: 2560299 bytes
Requests per second: 1483.24 [#/sec] (mean)
Time per request: 67.420 [ms] (mean)
Time per request: 0.674 [ms] (mean, across all concurrent requests)
Transfer rate: 504.11 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.3 0 5
Processing: 31 67 26.4 60 230
Waiting: 31 67 26.3 59 230
Total: 31 67 26.4 60 230
Percentage of the requests served within a certain time (ms)
50% 60
66% 68
75% 73
80% 77
90% 96
95% 118
98% 151
99% 189
100% 230 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment