1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
| $ ping -c2 -W 1.5 -t 1 iqiyi.com PING iqiyi.com (111.206.13.64) 56(84) bytes of data.
--- iqiyi.com ping statistics --- 2 packets transmitted, 0 received, 100% packet loss, time 1007ms
$ ping -c2 -W 1.5 -t 2 iqiyi.com PING iqiyi.com (111.206.13.63) 56(84) bytes of data. From 11.220.36.73 icmp_seq=1 Time to live exceeded From 11.220.36.73 icmp_seq=2 Time to live exceeded
--- iqiyi.com ping statistics --- 2 packets transmitted, 0 received, +2 errors, 100% packet loss, time 1001ms
$ ping -c2 -W 1.5 -t 3 iqiyi.com PING iqiyi.com (111.206.13.61) 56(84) bytes of data. From 11.220.37.130 icmp_seq=1 Time to live exceeded From 11.220.37.130 icmp_seq=2 Time to live exceeded
--- iqiyi.com ping statistics --- 2 packets transmitted, 0 received, +2 errors, 100% packet loss, time 1001ms
$ ping -c2 -W 1.5 -t 4 iqiyi.com PING iqiyi.com (111.206.13.64) 56(84) bytes of data. From 10.54.140.5 icmp_seq=1 Time to live exceeded From 10.54.140.5 icmp_seq=2 Time to live exceeded
--- iqiyi.com ping statistics --- 2 packets transmitted, 0 received, +2 errors, 100% packet loss, time 1001ms
$ ping -c2 -W 1.5 -t 5 iqiyi.com PING iqiyi.com (111.206.13.63) 56(84) bytes of data. From 117.49.35.62 icmp_seq=1 Time to live exceeded From 117.49.35.62 icmp_seq=2 Time to live exceeded
--- iqiyi.com ping statistics --- 2 packets transmitted, 0 received, +2 errors, 100% packet loss, time 1001ms
$ ping -c2 -W 1.5 -t 6 iqiyi.com PING iqiyi.com (111.206.13.65) 56(84) bytes of data. From 42.120.242.229 icmp_seq=1 Time to live exceeded From 42.120.242.229 icmp_seq=2 Time to live exceeded
--- iqiyi.com ping statistics --- 2 packets transmitted, 0 received, +2 errors, 100% packet loss, time 1000ms
--------
$ ping -c2 -W 1.5 -t 12 iqiyi.com PING iqiyi.com (111.206.13.66) 56(84) bytes of data. From 123.126.0.46 icmp_seq=1 Time to live exceeded From 123.126.0.46 icmp_seq=2 Time to live exceeded
--- iqiyi.com ping statistics --- 2 packets transmitted, 0 received, +2 errors, 100% packet loss, time 1001ms
$ ping -c2 -W 1.5 -t 13 iqiyi.com PING iqiyi.com (111.206.13.62) 56(84) bytes of data. From bt-211-042.bta.net.cn (202.106.211.42) icmp_seq=1 Time to live exceeded From bt-211-042.bta.net.cn (202.106.211.42) icmp_seq=2 Time to live exceeded
--- iqiyi.com ping statistics --- 2 packets transmitted, 0 received, +2 errors, 100% packet loss, time 1001ms
$ ping -c2 -W 1.5 -t 14 iqiyi.com PING iqiyi.com (111.206.13.61) 56(84) bytes of data. 64 bytes from 111.206.13.61: icmp_seq=1 ttl=52 time=36.7 ms 64 bytes from 111.206.13.61: icmp_seq=2 ttl=52 time=36.7 ms
--- iqiyi.com ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1000ms rtt min/avg/max/mdev = 36.726/36.737/36.748/0.011 ms
|