Access_Denied
Limp Gawd
- Joined
- Jul 6, 2001
- Messages
- 473
Any ideas if there is software that will benchmark a website (apache/mysql) to find out how much it can take before it crashes? If best remote connections.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
if you want to test your site (and server's) ability to concurrently handle "X" amount of requests, I suggest you check out a piece of software called "siege".
you can run it with many different options, and it will let you test to see how responsive your server (and various subsystems, IE php, sql, etc) are.
I use it regularly to see how scalable some of my php/sql code will be, as well as for testing load balancing scenarios for large http sites.