Skip to content

Instantly share code, notes, and snippets.

@theozaurus
Created November 11, 2011 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theozaurus/1357921 to your computer and use it in GitHub Desktop.
Save theozaurus/1357921 to your computer and use it in GitHub Desktop.
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
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