1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +02:00

add fixtures for ping

This commit is contained in:
Kelly Brazil
2020-07-19 12:56:53 -07:00
parent f9eb18b927
commit fe36f5a98c
13 changed files with 318 additions and 0 deletions

View File

@ -0,0 +1,25 @@
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
[1595037214.261953] 64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.041 ms
[1595037215.264798] 64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.048 ms
[1595037216.272296] 64 bytes from 127.0.0.1: icmp_seq=3 ttl=64 time=0.047 ms
[1595037217.275851] 64 bytes from 127.0.0.1: icmp_seq=4 ttl=64 time=0.062 ms
[1595037218.284242] 64 bytes from 127.0.0.1: icmp_seq=5 ttl=64 time=0.045 ms
[1595037219.283712] 64 bytes from 127.0.0.1: icmp_seq=6 ttl=64 time=0.043 ms
[1595037220.290949] 64 bytes from 127.0.0.1: icmp_seq=7 ttl=64 time=0.046 ms
[1595037221.295962] 64 bytes from 127.0.0.1: icmp_seq=8 ttl=64 time=0.044 ms
[1595037222.307020] 64 bytes from 127.0.0.1: icmp_seq=9 ttl=64 time=0.048 ms
[1595037223.313919] 64 bytes from 127.0.0.1: icmp_seq=10 ttl=64 time=0.081 ms
[1595037224.313679] 64 bytes from 127.0.0.1: icmp_seq=11 ttl=64 time=0.043 ms
[1595037225.320748] 64 bytes from 127.0.0.1: icmp_seq=12 ttl=64 time=0.044 ms
[1595037226.324322] 64 bytes from 127.0.0.1: icmp_seq=13 ttl=64 time=0.045 ms
[1595037227.325835] 64 bytes from 127.0.0.1: icmp_seq=14 ttl=64 time=0.046 ms
[1595037228.327028] 64 bytes from 127.0.0.1: icmp_seq=15 ttl=64 time=0.046 ms
[1595037229.329891] 64 bytes from 127.0.0.1: icmp_seq=16 ttl=64 time=0.052 ms
[1595037230.333891] 64 bytes from 127.0.0.1: icmp_seq=17 ttl=64 time=0.044 ms
[1595037231.338137] 64 bytes from 127.0.0.1: icmp_seq=18 ttl=64 time=0.046 ms
[1595037232.340475] 64 bytes from 127.0.0.1: icmp_seq=19 ttl=64 time=0.048 ms
[1595037233.343058] 64 bytes from 127.0.0.1: icmp_seq=20 ttl=64 time=0.045 ms
--- 127.0.0.1 ping statistics ---
20 packets transmitted, 20 received, 0% packet loss, time 19081ms
rtt min/avg/max/mdev = 0.041/0.048/0.081/0.009 ms

25
tests/fixtures/centos-7.7/ping-ip-O.out vendored Normal file
View File

@ -0,0 +1,25 @@
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.038 ms
64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.043 ms
64 bytes from 127.0.0.1: icmp_seq=3 ttl=64 time=0.044 ms
64 bytes from 127.0.0.1: icmp_seq=4 ttl=64 time=0.052 ms
64 bytes from 127.0.0.1: icmp_seq=5 ttl=64 time=0.080 ms
64 bytes from 127.0.0.1: icmp_seq=6 ttl=64 time=0.043 ms
64 bytes from 127.0.0.1: icmp_seq=7 ttl=64 time=0.047 ms
64 bytes from 127.0.0.1: icmp_seq=8 ttl=64 time=0.040 ms
64 bytes from 127.0.0.1: icmp_seq=9 ttl=64 time=0.052 ms
64 bytes from 127.0.0.1: icmp_seq=10 ttl=64 time=0.044 ms
64 bytes from 127.0.0.1: icmp_seq=11 ttl=64 time=0.043 ms
64 bytes from 127.0.0.1: icmp_seq=12 ttl=64 time=0.043 ms
64 bytes from 127.0.0.1: icmp_seq=13 ttl=64 time=0.050 ms
64 bytes from 127.0.0.1: icmp_seq=14 ttl=64 time=0.045 ms
64 bytes from 127.0.0.1: icmp_seq=15 ttl=64 time=0.062 ms
64 bytes from 127.0.0.1: icmp_seq=16 ttl=64 time=0.046 ms
64 bytes from 127.0.0.1: icmp_seq=17 ttl=64 time=0.046 ms
64 bytes from 127.0.0.1: icmp_seq=18 ttl=64 time=0.045 ms
64 bytes from 127.0.0.1: icmp_seq=19 ttl=64 time=0.044 ms
64 bytes from 127.0.0.1: icmp_seq=20 ttl=64 time=0.044 ms
--- 127.0.0.1 ping statistics ---
20 packets transmitted, 20 received, 0% packet loss, time 19070ms
rtt min/avg/max/mdev = 0.038/0.047/0.080/0.011 ms

View File

@ -101,3 +101,15 @@ sudo lastb > lastb.out
cat /etc/group > group.out
sudo cat /etc/gshadow > gshadow.out
ping -4 www.cnn.com -c 20 -O > ping-hostname-O.out
ping -4 www.cnn.com -c 20 -O -p abcd > ping-hostname-O-p.out
ping -4 www.cnn.com -c 20 -O -D -p abcd -s 1400 > ping-hostname-O-D-p-s.out
ping 127.0.0.1 -c 20 -O > ping-ip-O.out
ping 127.0.0.1 -c 20 -O -D > ping-ip-O-D.out
ping6 2a04:4e42:600::323 -c 20 -O -p abcd > ping6-ip-O-p.out
ping6 2a04:4e42:600::323 -c 20 -O -D -p abcd > ping6-ip-O-D-p.out
ping6 www.cnn.com -c 20 -O -D -p abcd -s 1400 > ping6-hostname-O-D-p-s.out
ping6 www.cnn.com -c 20 -O -D -p abcd > ping6-hostname-O-D-p.out
ping6 www.cnn.com -c 20 -O -p abcd > ping6-hostname-O-p.out

View File

@ -0,0 +1,26 @@
PATTERN: 0xabcd
PING turner-tls.map.fastly.net (151.101.189.67) 1400(1428) bytes of data.
[1595103464.996693] 1408 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=1 ttl=59 time=26.7 ms
[1595103466.001289] 1408 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=2 ttl=59 time=28.5 ms
[1595103467.004316] 1408 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=3 ttl=59 time=28.8 ms
[1595103468.009966] 1408 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=4 ttl=59 time=33.2 ms
[1595103469.013655] 1408 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=5 ttl=59 time=34.4 ms
[1595103470.014253] 1408 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=6 ttl=59 time=34.2 ms
[1595103471.026530] 1408 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=7 ttl=59 time=44.1 ms
[1595103472.019493] 1408 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=8 ttl=59 time=34.9 ms
[1595103473.021432] 1408 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=9 ttl=59 time=35.6 ms
[1595103474.015603] 1408 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=10 ttl=59 time=27.4 ms
[1595103475.026760] 1408 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=11 ttl=59 time=36.9 ms
[1595103476.026930] 1408 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=12 ttl=59 time=35.7 ms
[1595103477.031093] 1408 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=13 ttl=59 time=36.8 ms
[1595103478.028918] 1408 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=14 ttl=59 time=33.1 ms
[1595103479.032238] 1408 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=15 ttl=59 time=35.6 ms
[1595103480.032097] 1408 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=16 ttl=59 time=33.3 ms
[1595103481.034546] 1408 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=17 ttl=59 time=34.8 ms
[1595103482.037939] 1408 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=18 ttl=59 time=35.7 ms
[1595103483.041514] 1408 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=19 ttl=59 time=35.8 ms
[1595103484.039110] 1408 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=20 ttl=59 time=29.3 ms
--- turner-tls.map.fastly.net ping statistics ---
20 packets transmitted, 20 received, 0% packet loss, time 19040ms
rtt min/avg/max/mdev = 26.767/33.782/44.159/3.954 ms

View File

@ -0,0 +1,26 @@
PATTERN: 0xabcd
PING turner-tls.map.fastly.net (151.101.189.67) 56(84) bytes of data.
64 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=1 ttl=59 time=26.6 ms
64 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=2 ttl=59 time=26.8 ms
64 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=3 ttl=59 time=34.8 ms
64 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=4 ttl=59 time=34.2 ms
64 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=5 ttl=59 time=32.6 ms
64 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=6 ttl=59 time=25.6 ms
64 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=7 ttl=59 time=33.1 ms
64 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=8 ttl=59 time=34.8 ms
64 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=9 ttl=59 time=27.1 ms
64 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=10 ttl=59 time=32.9 ms
64 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=11 ttl=59 time=32.6 ms
64 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=12 ttl=59 time=32.0 ms
64 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=13 ttl=59 time=24.7 ms
64 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=14 ttl=59 time=34.6 ms
64 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=15 ttl=59 time=35.2 ms
64 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=16 ttl=59 time=33.3 ms
64 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=17 ttl=59 time=74.5 ms
64 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=18 ttl=59 time=31.8 ms
64 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=19 ttl=59 time=85.3 ms
64 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=20 ttl=59 time=143 ms
--- turner-tls.map.fastly.net ping statistics ---
20 packets transmitted, 20 received, 0% packet loss, time 19052ms
rtt min/avg/max/mdev = 24.785/41.856/143.789/27.768 ms

View File

@ -0,0 +1,25 @@
PING turner-tls.map.fastly.net (151.101.189.67) 56(84) bytes of data.
64 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=1 ttl=59 time=26.3 ms
64 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=2 ttl=59 time=24.3 ms
64 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=3 ttl=59 time=32.5 ms
64 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=4 ttl=59 time=33.1 ms
64 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=5 ttl=59 time=32.5 ms
64 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=6 ttl=59 time=26.1 ms
64 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=7 ttl=59 time=34.2 ms
64 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=8 ttl=59 time=24.6 ms
64 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=9 ttl=59 time=34.7 ms
64 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=10 ttl=59 time=33.8 ms
64 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=11 ttl=59 time=33.9 ms
64 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=12 ttl=59 time=28.4 ms
64 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=13 ttl=59 time=33.2 ms
64 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=14 ttl=59 time=26.3 ms
64 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=15 ttl=59 time=27.0 ms
64 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=16 ttl=59 time=33.8 ms
64 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=17 ttl=59 time=35.2 ms
64 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=18 ttl=59 time=26.4 ms
64 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=19 ttl=59 time=34.1 ms
64 bytes from 151.101.189.67 (151.101.189.67): icmp_seq=20 ttl=59 time=27.1 ms
--- turner-tls.map.fastly.net ping statistics ---
20 packets transmitted, 20 received, 0% packet loss, time 19290ms
rtt min/avg/max/mdev = 24.330/30.420/35.259/3.840 ms

View File

@ -0,0 +1,25 @@
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
[1595102903.313934] 64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.017 ms
[1595102904.333410] 64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.033 ms
[1595102905.357910] 64 bytes from 127.0.0.1: icmp_seq=3 ttl=64 time=0.041 ms
[1595102906.381400] 64 bytes from 127.0.0.1: icmp_seq=4 ttl=64 time=0.039 ms
[1595102907.406752] 64 bytes from 127.0.0.1: icmp_seq=5 ttl=64 time=0.050 ms
[1595102908.430739] 64 bytes from 127.0.0.1: icmp_seq=6 ttl=64 time=0.050 ms
[1595102909.454753] 64 bytes from 127.0.0.1: icmp_seq=7 ttl=64 time=0.051 ms
[1595102910.478765] 64 bytes from 127.0.0.1: icmp_seq=8 ttl=64 time=0.050 ms
[1595102911.501150] 64 bytes from 127.0.0.1: icmp_seq=9 ttl=64 time=0.027 ms
[1595102912.525888] 64 bytes from 127.0.0.1: icmp_seq=10 ttl=64 time=0.051 ms
[1595102913.550088] 64 bytes from 127.0.0.1: icmp_seq=11 ttl=64 time=0.050 ms
[1595102914.574405] 64 bytes from 127.0.0.1: icmp_seq=12 ttl=64 time=0.040 ms
[1595102915.598696] 64 bytes from 127.0.0.1: icmp_seq=13 ttl=64 time=0.050 ms
[1595102916.622554] 64 bytes from 127.0.0.1: icmp_seq=14 ttl=64 time=0.049 ms
[1595102917.646755] 64 bytes from 127.0.0.1: icmp_seq=15 ttl=64 time=0.050 ms
[1595102918.670765] 64 bytes from 127.0.0.1: icmp_seq=16 ttl=64 time=0.051 ms
[1595102919.693157] 64 bytes from 127.0.0.1: icmp_seq=17 ttl=64 time=0.050 ms
[1595102920.717034] 64 bytes from 127.0.0.1: icmp_seq=18 ttl=64 time=0.038 ms
[1595102921.741629] 64 bytes from 127.0.0.1: icmp_seq=19 ttl=64 time=0.050 ms
[1595102922.766421] 64 bytes from 127.0.0.1: icmp_seq=20 ttl=64 time=0.050 ms
--- 127.0.0.1 ping statistics ---
20 packets transmitted, 20 received, 0% packet loss, time 19452ms
rtt min/avg/max/mdev = 0.017/0.044/0.051/0.010 ms

View File

@ -0,0 +1,25 @@
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.020 ms
64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.043 ms
64 bytes from 127.0.0.1: icmp_seq=3 ttl=64 time=0.050 ms
64 bytes from 127.0.0.1: icmp_seq=4 ttl=64 time=0.051 ms
64 bytes from 127.0.0.1: icmp_seq=5 ttl=64 time=0.051 ms
64 bytes from 127.0.0.1: icmp_seq=6 ttl=64 time=0.027 ms
64 bytes from 127.0.0.1: icmp_seq=7 ttl=64 time=0.050 ms
64 bytes from 127.0.0.1: icmp_seq=8 ttl=64 time=0.051 ms
64 bytes from 127.0.0.1: icmp_seq=9 ttl=64 time=0.051 ms
64 bytes from 127.0.0.1: icmp_seq=10 ttl=64 time=0.051 ms
64 bytes from 127.0.0.1: icmp_seq=11 ttl=64 time=0.051 ms
64 bytes from 127.0.0.1: icmp_seq=12 ttl=64 time=0.050 ms
64 bytes from 127.0.0.1: icmp_seq=13 ttl=64 time=0.050 ms
64 bytes from 127.0.0.1: icmp_seq=14 ttl=64 time=0.041 ms
64 bytes from 127.0.0.1: icmp_seq=15 ttl=64 time=0.052 ms
64 bytes from 127.0.0.1: icmp_seq=16 ttl=64 time=0.057 ms
64 bytes from 127.0.0.1: icmp_seq=17 ttl=64 time=0.050 ms
64 bytes from 127.0.0.1: icmp_seq=18 ttl=64 time=0.051 ms
64 bytes from 127.0.0.1: icmp_seq=19 ttl=64 time=0.050 ms
64 bytes from 127.0.0.1: icmp_seq=20 ttl=64 time=0.049 ms
--- 127.0.0.1 ping statistics ---
20 packets transmitted, 20 received, 0% packet loss, time 19434ms
rtt min/avg/max/mdev = 0.020/0.047/0.057/0.010 ms

View File

@ -0,0 +1,26 @@
PATTERN: 0xabcd
PING www.cnn.com(2a04:4e42:2d::323 (2a04:4e42:2d::323)) 1400 data bytes
[1595102963.207191] 1408 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=1 ttl=59 time=162 ms
[1595102964.072572] 1408 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=2 ttl=59 time=26.2 ms
[1595102965.083093] 1408 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=3 ttl=59 time=34.0 ms
[1595102966.086221] 1408 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=4 ttl=59 time=34.6 ms
[1595102967.088365] 1408 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=5 ttl=59 time=32.9 ms
[1595102968.090956] 1408 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=6 ttl=59 time=33.5 ms
[1595102969.088229] 1408 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=7 ttl=59 time=27.6 ms
[1595102970.088630] 1408 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=8 ttl=59 time=25.0 ms
[1595102971.093828] 1408 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=9 ttl=59 time=27.0 ms
[1595102972.104782] 1408 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=10 ttl=59 time=35.3 ms
[1595102973.098518] 1408 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=11 ttl=59 time=27.1 ms
[1595102974.108744] 1408 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=12 ttl=59 time=36.0 ms
[1595102975.104919] 1408 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=13 ttl=59 time=30.4 ms
[1595102976.103486] 1408 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=14 ttl=59 time=26.1 ms
[1595102977.107027] 1408 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=15 ttl=59 time=27.2 ms
[1595102978.111345] 1408 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=16 ttl=59 time=28.3 ms
[1595102979.121028] 1408 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=17 ttl=59 time=35.9 ms
[1595102980.116465] 1408 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=18 ttl=59 time=28.8 ms
[1595102981.126039] 1408 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=19 ttl=59 time=34.7 ms
[1595102982.128680] 1408 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=20 ttl=59 time=34.3 ms
--- www.cnn.com ping statistics ---
20 packets transmitted, 20 received, 0% packet loss, time 19050ms
rtt min/avg/max/mdev = 25.086/37.398/162.132/28.854 ms

View File

@ -0,0 +1,26 @@
PATTERN: 0xabcd
PING www.cnn.com(2a04:4e42:2d::323 (2a04:4e42:2d::323)) 56 data bytes
[1595102982.159725] 64 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=1 ttl=59 time=26.9 ms
[1595102983.167501] 64 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=2 ttl=59 time=33.0 ms
[1595102984.169378] 64 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=3 ttl=59 time=33.1 ms
[1595102985.163818] 64 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=4 ttl=59 time=25.7 ms
[1595102986.167583] 64 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=5 ttl=59 time=26.5 ms
[1595102987.175507] 64 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=6 ttl=59 time=32.5 ms
[1595102988.171549] 64 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=7 ttl=59 time=25.8 ms
[1595102989.181855] 64 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=8 ttl=59 time=33.6 ms
[1595102990.176307] 64 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=9 ttl=59 time=24.6 ms
[1595102991.188111] 64 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=10 ttl=59 time=33.0 ms
[1595102993.166385] no answer yet for icmp_seq=11
[1595102993.198594] 64 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=12 ttl=59 time=32.0 ms
[1595102994.201841] 64 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=13 ttl=59 time=32.8 ms
[1595102996.174060] no answer yet for icmp_seq=14
[1595102996.207576] 64 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=15 ttl=59 time=33.3 ms
[1595102997.211141] 64 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=16 ttl=59 time=33.6 ms
[1595102998.210588] 64 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=17 ttl=59 time=32.0 ms
[1595102999.205480] 64 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=18 ttl=59 time=25.4 ms
[1595103000.216799] 64 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=19 ttl=59 time=33.5 ms
[1595103001.217993] 64 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=20 ttl=59 time=32.8 ms
--- www.cnn.com ping statistics ---
20 packets transmitted, 18 received, 10% packet loss, time 19052ms
rtt min/avg/max/mdev = 24.671/30.617/33.654/3.419 ms

View File

@ -0,0 +1,26 @@
PATTERN: 0xabcd
PING www.cnn.com(2a04:4e42:2d::323 (2a04:4e42:2d::323)) 56 data bytes
64 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=1 ttl=59 time=25.4 ms
64 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=2 ttl=59 time=27.6 ms
64 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=3 ttl=59 time=26.5 ms
64 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=4 ttl=59 time=34.4 ms
64 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=5 ttl=59 time=27.5 ms
64 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=6 ttl=59 time=34.5 ms
64 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=7 ttl=59 time=26.6 ms
64 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=8 ttl=59 time=35.3 ms
64 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=9 ttl=59 time=26.8 ms
64 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=10 ttl=59 time=33.1 ms
64 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=11 ttl=59 time=33.5 ms
no answer yet for icmp_seq=12
64 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=13 ttl=59 time=25.2 ms
64 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=14 ttl=59 time=25.2 ms
64 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=15 ttl=59 time=36.5 ms
64 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=16 ttl=59 time=34.4 ms
64 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=17 ttl=59 time=35.4 ms
no answer yet for icmp_seq=18
64 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=19 ttl=59 time=151 ms
64 bytes from 2a04:4e42:2d::323 (2a04:4e42:2d::323): icmp_seq=20 ttl=59 time=51.5 ms
--- www.cnn.com ping statistics ---
20 packets transmitted, 18 received, 10% packet loss, time 19081ms
rtt min/avg/max/mdev = 25.229/38.451/151.911/28.221 ms

View File

@ -0,0 +1,26 @@
PATTERN: 0xabcd
PING 2a04:4e42:600::323(2a04:4e42:600::323) 56 data bytes
[1595102942.853155] 64 bytes from 2a04:4e42:600::323: icmp_seq=1 ttl=59 time=28.4 ms
[1595102943.857295] 64 bytes from 2a04:4e42:600::323: icmp_seq=2 ttl=59 time=29.4 ms
[1595102944.861751] 64 bytes from 2a04:4e42:600::323: icmp_seq=3 ttl=59 time=31.2 ms
[1595102946.861681] no answer yet for icmp_seq=4
[1595102946.891881] 64 bytes from 2a04:4e42:600::323: icmp_seq=5 ttl=59 time=30.0 ms
[1595102947.884818] 64 bytes from 2a04:4e42:600::323: icmp_seq=6 ttl=59 time=22.0 ms
[1595102948.891520] 64 bytes from 2a04:4e42:600::323: icmp_seq=7 ttl=59 time=27.2 ms
[1595102949.897424] 64 bytes from 2a04:4e42:600::323: icmp_seq=8 ttl=59 time=30.5 ms
[1595102950.899820] 64 bytes from 2a04:4e42:600::323: icmp_seq=9 ttl=59 time=29.0 ms
[1595102951.905148] 64 bytes from 2a04:4e42:600::323: icmp_seq=10 ttl=59 time=31.3 ms
[1595102953.901458] no answer yet for icmp_seq=11
[1595102953.931590] 64 bytes from 2a04:4e42:600::323: icmp_seq=12 ttl=59 time=29.9 ms
[1595102955.918953] no answer yet for icmp_seq=13
[1595102956.942898] no answer yet for icmp_seq=14
[1595102956.973463] 64 bytes from 2a04:4e42:600::323: icmp_seq=15 ttl=59 time=30.4 ms
[1595102957.966655] 64 bytes from 2a04:4e42:600::323: icmp_seq=16 ttl=59 time=21.4 ms
[1595102959.981759] no answer yet for icmp_seq=17
[1595102960.035095] 64 bytes from 2a04:4e42:600::323: icmp_seq=18 ttl=59 time=53.2 ms
[1595102961.106079] 64 bytes from 2a04:4e42:600::323: icmp_seq=19 ttl=59 time=121 ms
[1595102962.145647] 64 bytes from 2a04:4e42:600::323: icmp_seq=20 ttl=59 time=159 ms
--- 2a04:4e42:600::323 ping statistics ---
20 packets transmitted, 15 received, 25% packet loss, time 19161ms
rtt min/avg/max/mdev = 21.405/45.041/159.380/38.693 ms

View File

@ -0,0 +1,25 @@
PATTERN: 0xabcd
PING 2a04:4e42:600::323(2a04:4e42:600::323) 56 data bytes
64 bytes from 2a04:4e42:600::323: icmp_seq=1 ttl=59 time=26.8 ms
64 bytes from 2a04:4e42:600::323: icmp_seq=2 ttl=59 time=24.6 ms
64 bytes from 2a04:4e42:600::323: icmp_seq=3 ttl=59 time=23.6 ms
64 bytes from 2a04:4e42:600::323: icmp_seq=4 ttl=59 time=21.7 ms
64 bytes from 2a04:4e42:600::323: icmp_seq=5 ttl=59 time=28.4 ms
64 bytes from 2a04:4e42:600::323: icmp_seq=6 ttl=59 time=23.0 ms
64 bytes from 2a04:4e42:600::323: icmp_seq=7 ttl=59 time=21.4 ms
64 bytes from 2a04:4e42:600::323: icmp_seq=8 ttl=59 time=22.3 ms
64 bytes from 2a04:4e42:600::323: icmp_seq=9 ttl=59 time=22.3 ms
64 bytes from 2a04:4e42:600::323: icmp_seq=10 ttl=59 time=29.3 ms
64 bytes from 2a04:4e42:600::323: icmp_seq=11 ttl=59 time=22.6 ms
64 bytes from 2a04:4e42:600::323: icmp_seq=12 ttl=59 time=22.7 ms
64 bytes from 2a04:4e42:600::323: icmp_seq=13 ttl=59 time=29.9 ms
64 bytes from 2a04:4e42:600::323: icmp_seq=14 ttl=59 time=22.0 ms
64 bytes from 2a04:4e42:600::323: icmp_seq=15 ttl=59 time=30.1 ms
64 bytes from 2a04:4e42:600::323: icmp_seq=16 ttl=59 time=24.2 ms
64 bytes from 2a04:4e42:600::323: icmp_seq=17 ttl=59 time=22.9 ms
64 bytes from 2a04:4e42:600::323: icmp_seq=18 ttl=59 time=24.5 ms
64 bytes from 2a04:4e42:600::323: icmp_seq=19 ttl=59 time=29.9 ms
--- 2a04:4e42:600::323 ping statistics ---
20 packets transmitted, 19 received, 5% packet loss, time 19046ms
rtt min/avg/max/mdev = 21.403/24.901/30.176/3.056 ms