-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I'm often noticing some swinging ICMP echo responses using ping6 for destination IPs that I know should be low latency . A lot of the time the response times will continuously increase into the 1000+ ms (seen it as high as 3000+ ms) and I get packet loss. When I send a Ctrl+C signal and start the ping immediately following it goes back down where I expect it to be.
Example below.
$ ping6 cloudflare.com
PING cloudflare.com (2606:4700::6810:84e5): 56 data bytes
64 bytes from 2606:4700::6810:84e5: icmp6_seq=0 ttl=59 time=7.577 ms
64 bytes from 2606:4700::6810:84e5: icmp6_seq=1 ttl=59 time=11.692 ms
64 bytes from 2606:4700::6810:84e5: icmp6_seq=2 ttl=59 time=12.290 ms
64 bytes from 2606:4700::6810:84e5: icmp6_seq=3 ttl=59 time=13.790 ms
64 bytes from 2606:4700::6810:84e5: icmp6_seq=4 ttl=59 time=12.677 ms
64 bytes from 2606:4700::6810:84e5: icmp6_seq=5 ttl=59 time=13.359 ms
64 bytes from 2606:4700::6810:84e5: icmp6_seq=6 ttl=59 time=13.891 ms
64 bytes from 2606:4700::6810:84e5: icmp6_seq=7 ttl=59 time=10.327 ms
64 bytes from 2606:4700::6810:84e5: icmp6_seq=8 ttl=59 time=13.803 ms
64 bytes from 2606:4700::6810:84e5: icmp6_seq=9 ttl=59 time=12.851 ms
64 bytes from 2606:4700::6810:84e5: icmp6_seq=10 ttl=59 time=13.059 ms
64 bytes from 2606:4700::6810:84e5: icmp6_seq=11 ttl=59 time=43.106 ms
64 bytes from 2606:4700::6810:84e5: icmp6_seq=12 ttl=59 time=43.852 ms
64 bytes from 2606:4700::6810:84e5: icmp6_seq=13 ttl=59 time=55.909 ms
64 bytes from 2606:4700::6810:84e5: icmp6_seq=14 ttl=59 time=98.987 ms
64 bytes from 2606:4700::6810:84e5: icmp6_seq=15 ttl=59 time=1202.047 ms
64 bytes from 2606:4700::6810:84e5: icmp6_seq=16 ttl=59 time=1048.761 ms
64 bytes from 2606:4700::6810:84e5: icmp6_seq=17 ttl=59 time=1049.213 ms
64 bytes from 2606:4700::6810:84e5: icmp6_seq=18 ttl=59 time=1016.270 ms
64 bytes from 2606:4700::6810:84e5: icmp6_seq=19 ttl=59 time=1004.122 ms
64 bytes from 2606:4700::6810:84e5: icmp6_seq=20 ttl=59 time=1004.633 ms
64 bytes from 2606:4700::6810:84e5: icmp6_seq=21 ttl=59 time=1002.003 ms
^C
--- cloudflare.com ping statistics ---
23 packets transmitted, 22 packets received, 4.3% packet loss
round-trip min/avg/max/stddev = 7.577/350.192/1202.047/477.707 ms
$ ping6 cloudflare.com
PING cloudflare.com (2606:4700::6810:84e5): 56 data bytes
64 bytes from 2606:4700::6810:84e5: icmp6_seq=0 ttl=59 time=20.678 ms
64 bytes from 2606:4700::6810:84e5: icmp6_seq=1 ttl=59 time=9.657 ms
Let me know if there is anything else I can provide to help debug.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels