1

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?

samxli
  • 203
  • 1
  • 3
  • 11

1 Answers1

2

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!

jdcarg
  • 76
  • 4