• just_another_person@lemmy.world
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    2 days ago

    Gonna have to downvote this for a few reasons:

    1. Latency is only relevant to the specific endpoint you’re connected to at any given time.
    2. Latency doesn’t matter overall if you’re just measuring a ping. It’s a simple network transaction, and high ping here and there will not be apparent on things like streaming video from a service or whatever.
    3. Jitter is the thing that needs to be measured to be useful, and it will only become apparent when you notice a problem in low-latency applications like voice/video comms, or gaming.
    • ulterno@programming.dev
      link
      fedilink
      English
      arrow-up
      3
      ·
      2 days ago

      Ya.

      The only times I am really using ping are when I am expecting some bad connection problem.

      Like disconnection, altogether.

      • lemmy_user_838586@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        edit-2
        2 days ago

        Sometimes ping won’t even help notice that though, I’ve had instances where I was trying to diagnose why a home network connection kept freezing, and when running ping, it would freeze but then continue after 10 seconds, without erroring out or giving the normal ‘destination host not found’ error, or having really high millisecond response time, etc. I finally had to start running it with timestamps so I could see when the connection was choking, and not updating the ping for 10 seconds at a time.