Thanks for your help for the bandwidth survey. Here are the URLs of files found in USA and in Europe:
1kb USA = https://www.noulakaz.net/avinash/resources/bandwidth/1k
1kb Europe = http://avinashmeetoo.ifrance.com/1k
10kb USA = https://www.noulakaz.net/avinash/resources/bandwidth/10k
10kb Europe = http://avinashmeetoo.ifrance.com/10k100kb USA = https://www.noulakaz.net/avinash/resources/bandwidth/100k
100kb Europe = http://avinashmeetoo.ifrance.com/100k1000kb USA = https://www.noulakaz.net/avinash/resources/bandwidth/1000k
1000kb Europe = http://avinashmeetoo.ifrance.com/1000k
I would like you to time the download of each in the morning (around 8:30), in the afternoon (around 16:30) and during the night (around 22:30). This will give 3 x 8 = 24 times every day. Please note that the times are only indicative. You are free to start a big earlier or later. I don’t think this will have a big impact on the results. As I mentioned, it would be great to do this from Monday 2 July to Sunday 8 July.
(Personally I intend to use “time wget URL” to time the download as this gives millisecond accuracy which is useful for the small files i.e. 1k and 10k. Windows users should use something equivalent, a download manager perhaps?)
Please send me the results as soon as you get the 22:30 results as I would like to start analyzing them as from day one. Don’t forget to tell me what kind of Internet connection you have…
Here is a small shell script to automate the downloads:
#!/bin/sh
time wget https://www.noulakaz.net/avinash/resources/bandwidth/1k
time wget http://avinashmeetoo.ifrance.com/1ktime wget https://www.noulakaz.net/avinash/resources/bandwidth/10k
time wget http://avinashmeetoo.ifrance.com/10ktime wget https://www.noulakaz.net/avinash/resources/bandwidth/100k
time wget http://avinashmeetoo.ifrance.com/100ktime wget https://www.noulakaz.net/avinash/resources/bandwidth/1000k
time wget http://avinashmeetoo.ifrance.com/1000k
I know it’s a lot of work. Thanks a lot for your help. The more people we get participating in this survey, the better the results will be!