Skip to content

Instantly share code, notes, and snippets.

@sveneisenschmidt
Created February 21, 2011 09:17
Show Gist options
  • Save sveneisenschmidt/836844 to your computer and use it in GitHub Desktop.
Save sveneisenschmidt/836844 to your computer and use it in GitHub Desktop.
ApacheBench with 10000 requests (8 simoustanly requets) running against a pint.io server with 8 workers.
sven@sven-work:~/Arbeitsplatz/Projekte/pint$ ab -n 10000 -c 8 localhost:3000/
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 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: localhost
Server Port: 3000
Document Path: /
Document Length: 904 bytes
Concurrency Level: 8
Time taken for tests: 3.728 seconds
Complete requests: 10000
Failed requests: 0
Write errors: 0
Total transferred: 9880000 bytes
HTML transferred: 9040000 bytes
Requests per second: 2682.32 [#/sec] (mean)
Time per request: 2.982 [ms] (mean)
Time per request: 0.373 [ms] (mean, across all concurrent requests)
Transfer rate: 2588.02 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.3 0 14
Processing: 1 3 3.7 2 39
Waiting: 1 3 3.6 2 39
Total: 1 3 3.7 2 39
Percentage of the requests served within a certain time (ms)
50% 2
66% 2
75% 2
80% 2
90% 9
95% 12
98% 15
99% 18
100% 39 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment