Created
July 24, 2009 11:35
-
-
Save madx/154030 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
~ $ sudo ab -n 10000 http://localhost:9292/ | |
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) | |
Server Software: | |
Server Hostname: localhost | |
Server Port: 9292 | |
Document Path: / | |
Document Length: 12 bytes | |
Concurrency Level: 1 | |
Time taken for tests: 29.322 seconds | |
Complete requests: 10000 | |
Failed requests: 0 | |
Write errors: 0 | |
Total transferred: 1320000 bytes | |
HTML transferred: 120000 bytes | |
Requests per second: 341.04 [#/sec] (mean) | |
Time per request: 2.932 [ms] (mean) | |
Time per request: 2.932 [ms] (mean, across all concurrent requests) | |
Transfer rate: 43.96 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 0 0.0 0 0 | |
Processing: 2 3 6.8 2 91 | |
Waiting: 0 3 6.8 2 91 | |
Total: 2 3 6.8 2 91 | |
Percentage of the requests served within a certain time (ms) | |
50% 2 | |
66% 2 | |
75% 2 | |
80% 2 | |
90% 2 | |
95% 3 | |
98% 6 | |
99% 54 | |
100% 91 (longest request) |
This file contains hidden or 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
~ $ sudo ab -n 10000 http://localhost:9292/ | |
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) | |
Server Software: | |
Server Hostname: localhost | |
Server Port: 9292 | |
Document Path: / | |
Document Length: 12 bytes | |
Concurrency Level: 1 | |
Time taken for tests: 30.737 seconds | |
Complete requests: 10000 | |
Failed requests: 0 | |
Write errors: 0 | |
Total transferred: 1320000 bytes | |
HTML transferred: 120000 bytes | |
Requests per second: 325.34 [#/sec] (mean) | |
Time per request: 3.074 [ms] (mean) | |
Time per request: 3.074 [ms] (mean, across all concurrent requests) | |
Transfer rate: 41.94 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 0 0.0 0 1 | |
Processing: 2 3 7.0 2 83 | |
Waiting: 0 3 7.0 2 83 | |
Total: 2 3 7.0 2 83 | |
Percentage of the requests served within a certain time (ms) | |
50% 2 | |
66% 2 | |
75% 2 | |
80% 2 | |
90% 3 | |
95% 3 | |
98% 16 | |
99% 52 | |
100% 83 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment