Forum Moderators: phranque
If you take the size of a typical page and multiply it by the number of hits, you will get an idea of the bandwidth you need.
If you take the size of a typical page and multiply it by the number of hits, you will get an idea of the bandwidth you need.
Not entirely true. You need to multiply the number of PAGE VIEWS by the average page size to get a ballpark figure.
There are a number of things that will determine resource usage, but here are 2 very general scenarios:
- If you're using static HTML pages, then your primary concerns will be 1. bandwidth, 2. CPU, 3. RAM
- If you're using a database, you'll see highest usage in 1. bandwidth, 2. RAM, 3. CPU