Possible Duplicate:
Good sites for discussing specific hosting provider/server specification scenarios

I'm currently developing a web app that is built on the LAMP stack. I want to know how I can estimate how much bandwidth, storage, processing, etc. it will take when I hit a certain number of users. What are some tools I can use to make these estimates?

link|improve this question

57% accept rate
Use a load testing tool to test whatever equipment you have then extrapolate from there. – Chris S May 1 '11 at 4:07
feedback

closed as exact duplicate by Mark Henderson Jan 13 at 4:36

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

I use a combination of Sargon and Systat to log processor usage, nic in/out traffic, memory usage, and storage. Then it is just a matter of correlating that data with your traffic and calculate pricing based on that information. Hope that helps!

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.