Created
December 21, 2009 12:46
-
-
Save simoncpu/260933 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
simoncpu@soulfury:~$ ab -c 50 -n 100000 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 10000 requests | |
Completed 20000 requests | |
Completed 30000 requests | |
Completed 40000 requests | |
Completed 50000 requests | |
Completed 60000 requests | |
Completed 70000 requests | |
Completed 80000 requests | |
Completed 90000 requests | |
Completed 100000 requests | |
Finished 100000 requests | |
Server Software: | |
Server Hostname: 127.0.0.1 | |
Server Port: 8000 | |
Document Path: / | |
Document Length: 4 bytes | |
Concurrency Level: 50 | |
Time taken for tests: 468.579 seconds | |
Complete requests: 100000 | |
Failed requests: 0 | |
Write errors: 0 | |
Total transferred: 6800000 bytes | |
HTML transferred: 400000 bytes | |
Requests per second: 213.41 [#/sec] (mean) | |
Time per request: 234.289 [ms] (mean) | |
Time per request: 4.686 [ms] (mean, across all concurrent requests) | |
Transfer rate: 14.17 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 0 0.1 0 5 | |
Processing: 8 234 242.2 200 2302 | |
Waiting: 8 234 242.2 200 2302 | |
Total: 9 234 242.2 200 2302 | |
Percentage of the requests served within a certain time (ms) | |
50% 200 | |
66% 242 | |
75% 280 | |
80% 299 | |
90% 339 | |
95% 370 | |
98% 1136 | |
99% 1870 | |
100% 2302 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment