Created
May 9, 2014 17:45
-
-
Save RobinUS2/0aa0a9a8b3ec4be46f2f 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
*** NO GZIP | |
[root@cl025 ~]# ab -n 50000 -c 150 "http://godev.flx1.com/geo" | |
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 godev.flx1.com (be patient) | |
Completed 5000 requests | |
Completed 10000 requests | |
Completed 15000 requests | |
Completed 20000 requests | |
Completed 25000 requests | |
Completed 30000 requests | |
Completed 35000 requests | |
Completed 40000 requests | |
Completed 45000 requests | |
Completed 50000 requests | |
Finished 50000 requests | |
Server Software: FlxOne | |
Server Hostname: godev.flx1.com | |
Server Port: 80 | |
Document Path: /geo | |
Document Length: 122 bytes | |
Concurrency Level: 150 | |
Time taken for tests: 96.843 seconds | |
Complete requests: 50000 | |
Failed requests: 13 | |
(Connect: 0, Receive: 0, Length: 13, Exceptions: 0) | |
Write errors: 0 | |
Non-2xx responses: 13 | |
Total transferred: 16798165 bytes | |
HTML transferred: 6098536 bytes | |
Requests per second: 516.30 [#/sec] (mean) | |
Time per request: 290.530 [ms] (mean) | |
Time per request: 1.937 [ms] (mean, across all concurrent requests) | |
Transfer rate: 169.39 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 15 56 167.7 18 7019 | |
Processing: 16 234 330.3 199 7174 | |
Waiting: 16 233 329.5 198 7174 | |
Total: 32 289 370.8 237 7236 | |
Percentage of the requests served within a certain time (ms) | |
50% 237 | |
66% 260 | |
75% 276 | |
80% 291 | |
90% 378 | |
95% 564 | |
98% 1184 | |
99% 1343 | |
100% 7236 (longest request) | |
*** GZIP | |
[root@cl025 ~]# ab -n 50000 -c 150 "http://godev.flx1.com/geo" | |
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 godev.flx1.com (be patient) | |
Completed 5000 requests | |
Completed 10000 requests | |
Completed 15000 requests | |
Completed 20000 requests | |
Completed 25000 requests | |
Completed 30000 requests | |
Completed 35000 requests | |
Completed 40000 requests | |
Completed 45000 requests | |
Completed 50000 requests | |
Finished 50000 requests | |
Server Software: FlxOne | |
Server Hostname: godev.flx1.com | |
Server Port: 80 | |
Document Path: /geo | |
Document Length: 122 bytes | |
Concurrency Level: 150 | |
Time taken for tests: 91.291 seconds | |
Complete requests: 50000 | |
Failed requests: 0 | |
Write errors: 0 | |
Total transferred: 16800000 bytes | |
HTML transferred: 6100000 bytes | |
Requests per second: 547.70 [#/sec] (mean) | |
Time per request: 273.872 [ms] (mean) | |
Time per request: 1.826 [ms] (mean, across all concurrent requests) | |
Transfer rate: 179.71 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 15 51 145.4 18 3095 | |
Processing: 16 222 151.6 205 3299 | |
Waiting: 16 221 148.6 205 3299 | |
Total: 32 273 210.4 239 3896 | |
Percentage of the requests served within a certain time (ms) | |
50% 239 | |
66% 264 | |
75% 287 | |
80% 308 | |
90% 386 | |
95% 503 | |
98% 986 | |
99% 1226 | |
100% 3896 (longest request) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment