I would like to know how to benchmark a php / mysql site.
We have a web app almost complete and ready to live, we know how many people are going to use it in a year's time, but it does not know exactly how much the average user takes on the bandwidth It is, how much time they burn the database etc. We need to purchase the correct server to determine.
Is there any server side Linux that can monitor these statistics per user? So can we take this data and extrapolate it?
If I am going about this completely wrong then please let me know, but I believe this is a continuous activity for new web applications.
EDIT: I may have asked for the wrong information, we can see how long the database query takes, and how long it takes to load the page but it does not know that on the server What has been loaded. The question I am asking is, can we handle 100 users on an average ... 1000? What types of server requirements are required to kill 1M users etc.
Thank you for your help.
No comments:
Post a Comment