Formula for band width usage

Speed = Distance / Time

ie.
Bandwidth = Total Data / Time to transfer data

Obviously that's an average if you did it on total data, if you did it based on every say 1024 bytes then you could calculate how long that took and estimate the data rate based on that.
 
the data i have is hits per second and page size.
so say i have 10 hits per second. and each page was 1024 bytes.
Would this work ( (10 hits per second * 86400(seconds per day)*31(days in a month roughly))*1024bytes which equals 27426816000 0r roughly 25.6 gb per month

Or am i talking rubbish
 
Yes your maths is correct, but obviously it's not going to be very accurate as you're taking averages for hits per second and page size.
 
Back
Top Bottom