Skip to content

Instantly share code, notes, and snippets.

@fjorgemota
Created December 25, 2011 19:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fjorgemota/1519616 to your computer and use it in GitHub Desktop.
Save fjorgemota/1519616 to your computer and use it in GitHub Desktop.
Benchmarking of my WebServer - Updated with the HTTP/1.1 Specifications
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 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: 127.0.0.1
Server Port: 80
Document Path: /
Document Length: 12 bytes
Concurrency Level: 25
Time taken for tests: 0.124 seconds
Complete requests: 1000
Failed requests: 0
Write errors: 0
Total transferred: 52000 bytes
HTML transferred: 12000 bytes
Requests per second: 8064.06 [#/sec] (mean)
Time per request: 3.100 [ms] (mean)
Time per request: 0.124 [ms] (mean, across all concurrent requests)
Transfer rate: 409.50 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.3 0 1
Processing: 0 3 0.6 3 5
Waiting: 0 2 0.7 2 4
Total: 0 3 0.6 3 5
Percentage of the requests served within a certain time (ms)
50% 3
66% 3
75% 3
80% 3
90% 4
95% 4
98% 4
99% 4
100% 5 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment