dettus
Bicycle User
Hey hey!
(I am writing this in English, so that I can give mischa@ a link to this thread...)
So, I am under the impression that openbsd.amsterdam has gotten slower.
I did a couple of experiments, and it looks like it actually depends on the size of some packages.
So I tried pinging: (Telekom)
Apparently, some of the larger packages are getting lost along the way. This is consistent with the slower download time I experienced.
To rule out an issue with my connection at home, I tried:
MAY I BOTHER you guys to also ping his website, as well as some other pages, and post the results here?
(I am writing this in English, so that I can give mischa@ a link to this thread...)
So, I am under the impression that openbsd.amsterdam has gotten slower.
I did a couple of experiments, and it looks like it actually depends on the size of some packages.
So I tried pinging: (Telekom)
Code:
; ping -c 10 openbsd.amsterdam
PING openbsd.amsterdam (46.23.88.15): 56 data bytes
64 bytes from 46.23.88.15: icmp_seq=0 ttl=246 time=11.354 ms
64 bytes from 46.23.88.15: icmp_seq=1 ttl=246 time=11.398 ms
64 bytes from 46.23.88.15: icmp_seq=2 ttl=246 time=11.028 ms
64 bytes from 46.23.88.15: icmp_seq=3 ttl=246 time=11.367 ms
64 bytes from 46.23.88.15: icmp_seq=4 ttl=246 time=11.384 ms
64 bytes from 46.23.88.15: icmp_seq=5 ttl=246 time=11.052 ms
64 bytes from 46.23.88.15: icmp_seq=6 ttl=246 time=11.413 ms
64 bytes from 46.23.88.15: icmp_seq=7 ttl=246 time=11.048 ms
64 bytes from 46.23.88.15: icmp_seq=8 ttl=246 time=11.365 ms
64 bytes from 46.23.88.15: icmp_seq=9 ttl=246 time=11.427 ms
--- openbsd.amsterdam ping statistics ---
10 packets transmitted, 10 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 11.028/11.284/11.427/0.159 ms
; ping -c 10 -s 8192 openbsd.amsterdam
PING openbsd.amsterdam (46.23.88.15): 8192 data bytes
8200 bytes from 46.23.88.15: icmp_seq=0 ttl=246 time=12.085 ms
8200 bytes from 46.23.88.15: icmp_seq=1 ttl=246 time=12.200 ms
8200 bytes from 46.23.88.15: icmp_seq=2 ttl=246 time=11.878 ms
--- openbsd.amsterdam ping statistics ---
10 packets transmitted, 3 packets received, 70.0% packet loss
round-trip min/avg/max/std-dev = 11.878/12.054/12.200/0.133 ms
Apparently, some of the larger packages are getting lost along the way. This is consistent with the slower download time I experienced.
To rule out an issue with my connection at home, I tried:
Code:
; ping -c 10 -s 8192 npo.nl
ping: Warning: npo.nl has multiple addresses; using 3.165.232.82
PING npo.nl (3.165.232.82): 8192 data bytes
8200 bytes from 3.165.232.82: icmp_seq=0 ttl=248 time=27.443 ms
8200 bytes from 3.165.232.82: icmp_seq=1 ttl=248 time=27.288 ms
8200 bytes from 3.165.232.82: icmp_seq=2 ttl=248 time=27.377 ms
8200 bytes from 3.165.232.82: icmp_seq=3 ttl=248 time=27.277 ms
8200 bytes from 3.165.232.82: icmp_seq=4 ttl=248 time=27.357 ms
8200 bytes from 3.165.232.82: icmp_seq=5 ttl=248 time=27.332 ms
8200 bytes from 3.165.232.82: icmp_seq=6 ttl=248 time=27.298 ms
8200 bytes from 3.165.232.82: icmp_seq=7 ttl=248 time=27.298 ms
8200 bytes from 3.165.232.82: icmp_seq=8 ttl=248 time=27.376 ms
8200 bytes from 3.165.232.82: icmp_seq=9 ttl=248 time=27.363 ms
--- npo.nl ping statistics ---
10 packets transmitted, 10 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 27.277/27.341/27.443/0.049 ms
MAY I BOTHER you guys to also ping his website, as well as some other pages, and post the results here?
Zuletzt bearbeitet: