Created
January 31, 2013 15:42
-
-
Save xiocode/4683803 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
root@xio:~# ab -n 1000 -c 100 http://www.xtimes.me/ | |
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 www.xtimes.me (be patient) | |
Completed 100 requests | |
Completed 200 requests | |
Completed 300 requests | |
Completed 400 requests | |
Completed 500 requests | |
Completed 600 requests | |
Completed 700 requests | |
Completed 800 requests | |
Completed 900 requests | |
Completed 1000 requests | |
Finished 1000 requests | |
Server Software: nginx/1.2.1 | |
Server Hostname: www.xtimes.me | |
Server Port: 80 | |
Document Path: / | |
Document Length: 12 bytes | |
Concurrency Level: 100 | |
Time taken for tests: 9.807 seconds | |
Complete requests: 1000 | |
Failed requests: 0 | |
Write errors: 0 | |
Total transferred: 168000 bytes | |
HTML transferred: 12000 bytes | |
Requests per second: 101.97 [#/sec] (mean) | |
Time per request: 980.673 [ms] (mean) | |
Time per request: 9.807 [ms] (mean, across all concurrent requests) | |
Transfer rate: 16.73 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 1 352 858.4 2 3024 | |
Processing: 6 524 362.3 634 3690 | |
Waiting: 6 524 362.3 634 3690 | |
Total: 8 876 976.4 677 6710 | |
Percentage of the requests served within a certain time (ms) | |
50% 677 | |
66% 753 | |
75% 827 | |
80% 854 | |
90% 1716 | |
95% 3465 | |
98% 4025 | |
99% 4163 | |
100% 6710 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment