Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@modem:~# ping -c4 mirror3.mirror.garr.it
- PING mirror3.mirror.garr.it (193.206.139.34): 56 data bytes
- 64 bytes from 193.206.139.34: seq=0 ttl=57 time=34.023 ms
- 64 bytes from 193.206.139.34: seq=1 ttl=57 time=31.218 ms
- 64 bytes from 193.206.139.34: seq=2 ttl=57 time=31.766 ms
- 64 bytes from 193.206.139.34: seq=3 ttl=57 time=32.076 ms
- --- mirror3.mirror.garr.it ping statistics ---
- 4 packets transmitted, 4 packets received, 0% packet loss
- round-trip min/avg/max = 31.218/32.270/34.023 ms
- root@modem:~# ping6 -c4 mirror3.mirror.garr.it
- PING mirror3.mirror.garr.it (2001:760:ffff:b1::34): 56 data bytes
- 64 bytes from 2001:760:ffff:b1::34: seq=0 ttl=57 time=39.680 ms
- 64 bytes from 2001:760:ffff:b1::34: seq=1 ttl=57 time=40.147 ms
- 64 bytes from 2001:760:ffff:b1::34: seq=2 ttl=57 time=39.472 ms
- 64 bytes from 2001:760:ffff:b1::34: seq=3 ttl=57 time=39.472 ms
- --- mirror3.mirror.garr.it ping statistics ---
- 4 packets transmitted, 4 packets received, 0% packet loss
- round-trip min/avg/max = 39.472/39.692/40.147 ms
- root@modem:~# time wget -qO/dev/null http://193.206.139.34/mirrors/ubuntu/pool/main/libr/libreoffice/libreoffice-core_3.5.2-2ubuntu1_i386.deb
- real 0m 22.98s
- user 0m 0.65s
- sys 0m 2.83s
- root@modem:~# time wget -qO/dev/null http://2001:760:ffff:b1::34/mirrors/ubuntu/pool/main/libr/libreoffice/libreoffice-core_3.5.2-2ubuntu1_i386.deb
- real 0m 26.27s
- user 0m 0.80s
- sys 0m 4.04s
- root@modem:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement