Skip to main content
The 2024 Developer Survey results are live! See the results

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • 15ms is high. Typically you'd see 1-2ms, maybe 4ms now and then. What the cause is however, i cant tell you. Try another cable if possible.
    – Silbee
    Commented Dec 4, 2022 at 10:29
  • First ping takes longer due to arp request. After that, who knows... You would need to look at the RTT of every packet and the loading on the network, host & target when it spikes. But really, it does not matter as these packets are given low priority. If you look at the results, the average is the same as the minimum suggesting it was only a single packet that spiked hinting that it was due to arp. Commented Dec 4, 2022 at 11:18
  • I was getting several high spikes until I disable the wifi for the main router, then I started to see those 15ms spikes not so often. I will try to get a new pair of cables and I will try to mitigate with wireshark if it is a problem with my computer. I am suspecting it could be router which only has 256mb ram and this is generating some spikes.
    – Lucas Dias
    Commented Dec 4, 2022 at 11:45
  • Nothing to do with RAM unless it is SEVERELY limited which is unlikely. Typically the os will take the packet, swap src & destination addresses and send it back out the interface it came in. If it is due to RAM, then you would see major problems with your lan. Commented Dec 4, 2022 at 12:20
  • Did you find what was causing this? I have the exact same issue over ethernet directly from my Windows 10 machine to the router (1.5m cable). The ping spikes to 15ms once every few seconds or minutes. I've tried messing around with drivers & advanced settings, nothing. (I also tested this on a raspberry Pi, pinging to the router via ethernet and I don't get those spikes).
    – nCr78
    Commented Jan 4 at 19:10