Created
November 13, 2013 04:12
-
-
Save jkriddle/7443576 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
new-host:~ mac$ ab -n 100 -c 10 http://escapefromhell.theriddlebrothers.net/api/section/get | |
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 escapefromhell.theriddlebrothers.net (be patient).....done | |
Server Software: Apache/2.2.22 | |
Server Hostname: escapefromhell.theriddlebrothers.net | |
Server Port: 80 | |
Document Path: /api/section/get | |
Document Length: 152 bytes | |
Concurrency Level: 10 | |
Time taken for tests: 36.868 seconds | |
Complete requests: 100 | |
Failed requests: 0 | |
Write errors: 0 | |
Non-2xx responses: 100 | |
Total transferred: 100400 bytes | |
HTML transferred: 15200 bytes | |
Requests per second: 2.71 [#/sec] (mean) | |
Time per request: 3686.771 [ms] (mean) | |
Time per request: 368.677 [ms] (mean, across all concurrent requests) | |
Transfer rate: 2.66 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 51 58 3.0 58 63 | |
Processing: 1922 3533 611.4 3580 4690 | |
Waiting: 1922 3533 611.3 3579 4690 | |
Total: 1982 3591 611.5 3637 4751 | |
Percentage of the requests served within a certain time (ms) | |
50% 3637 | |
66% 3955 | |
75% 4096 | |
80% 4206 | |
90% 4323 | |
95% 4501 | |
98% 4546 | |
99% 4751 | |
100% 4751 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment