Skip to content

Instantly share code, notes, and snippets.

@bcg
Created December 6, 2012 11:00
Show Gist options
  • Save bcg/4223697 to your computer and use it in GitHub Desktop.
Save bcg/4223697 to your computer and use it in GitHub Desktop.
FTP Download Rates From Doubleclick FTP
root@dlp3:/home/brenden# traceroute -I ftp.doubleclick.net
traceroute to ftp.doubleclick.net (70.32.146.198), 30 hops max, 60 byte packets
1 collective-media.net (74.86.182.65) 0.273 ms 0.778 ms 0.779 ms
2 ae13.dar02.sr01.dal01.networklayer.com (66.228.118.189) 0.148 ms 0.159 ms 0.159 ms
3 ae14.bbr01.eq01.dal03.networklayer.com (173.192.18.252) 0.199 ms 0.208 ms 0.207 ms
4 50.97.16.37 (50.97.16.37) 0.207 ms 0.695 ms 0.695 ms
5 72.14.233.77 (72.14.233.77) 0.695 ms 0.695 ms 0.695 ms
6 72.14.237.215 (72.14.237.215) 0.420 ms 72.14.237.219 (72.14.237.219) 0.488 ms 0.489 ms
7 209.85.240.83 (209.85.240.83) 36.105 ms 36.572 ms 209.85.240.81 (209.85.240.81) 33.654 ms
8 66.249.94.23 (66.249.94.23) 34.529 ms 66.249.94.21 (66.249.94.21) 92.109 ms 80.671 ms
9 72.14.239.101 (72.14.239.101) 35.063 ms 64.233.174.3 (64.233.174.3) 33.392 ms 33.396 ms
10 72.14.198.65 (72.14.198.65) 66.193 ms 66.701 ms 66.699 ms
11 * * *
12 ftp.doubleclick.net (70.32.146.198) 68.043 ms 68.029 ms 74.595 ms
root@dlp3:/home/brenden# traceroute ftp.doubleclick.net
traceroute to ftp.doubleclick.net (70.32.146.198), 30 hops max, 60 byte packets
1 collective-media.net (74.86.182.65) 0.554 ms 0.548 ms 0.544 ms
2 ae13.dar02.sr01.dal01.networklayer.com (66.228.118.189) 0.562 ms 0.562 ms 0.558 ms
3 ae14.bbr01.eq01.dal03.networklayer.com (173.192.18.252) 0.678 ms 0.677 ms 0.673 ms
4 50.97.16.37 (50.97.16.37) 0.669 ms 0.664 ms 0.660 ms
5 72.14.233.85 (72.14.233.85) 0.523 ms 0.525 ms 72.14.233.77 (72.14.233.77) 0.646 ms
6 72.14.237.221 (72.14.237.221) 0.430 ms 0.443 ms 0.568 ms
7 209.85.240.83 (209.85.240.83) 36.225 ms 36.412 ms 36.405 ms
8 66.249.94.25 (66.249.94.25) 35.947 ms 66.249.94.21 (66.249.94.21) 34.906 ms 66.249.94.25 (66.249.94.25) 35.943 ms
9 72.14.239.101 (72.14.239.101) 34.985 ms 64.233.174.3 (64.233.174.3) 34.082 ms 34.165 ms
10 72.14.198.65 (72.14.198.65) 66.309 ms 66.817 ms 66.814 ms
11 216.73.92.9 (216.73.92.9) 67.918 ms 67.852 ms 67.836 ms
12 ftp.doubleclick.net (70.32.146.198) 68.012 ms 67.998 ms 67.984 ms
root@dlp3:/home/brenden# ping ftp.doubleclick.net
PING ftp.doubleclick.net (70.32.146.198) 56(84) bytes of data.
64 bytes from ftp.doubleclick.net (70.32.146.198): icmp_seq=1 ttl=117 time=74.6 ms
64 bytes from ftp.doubleclick.net (70.32.146.198): icmp_seq=2 ttl=117 time=67.8 ms
64 bytes from ftp.doubleclick.net (70.32.146.198): icmp_seq=3 ttl=117 time=74.8 ms
^C
--- ftp.doubleclick.net ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2001ms
rtt min/avg/max/mdev = 67.822/72.426/74.837/3.271 ms
root@dlp3:/home/brenden#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment