Created
November 11, 2011 12:49
-
-
Save theozaurus/1357921 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
ubuntu@staging:~$ ab -n 1500 -c 150 http://www.skyrimnexus.com/index.php | |
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.skyrimnexus.com (be patient) | |
apr_socket_recv: Connection timed out (110) | |
Total of 143 requests completed |
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
ubuntu@staging:~$ ab -n 1500 -c 150 http://www.tesnexus.com/index.php | |
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.tesnexus.com (be patient) | |
Completed 150 requests | |
Completed 300 requests | |
apr_socket_recv: Connection timed out (110) | |
Total of 449 requests completed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment