You are not logged in.
Pages: 1
When I run "ping archlinux.org" on my Arch machine, this are the (approximate) stats I get
rtt min/avg/max/mdev = 140/200/270/30 ms
When I run the same command on another (non-Arch) machine, I get these stats (approximate)
rtt min/avg/max/mdev = 140/145/160/5 ms
I want to reduce this latency on my Arch machine. Where do I start?
Offline
Don't use ping to measure latency beyond looking for gross problems?
Does the comparison of traceroute provide any additional information as to why the machines behave differently? You might find that the first hop is (or is not) the problem.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
Otherwise, if both systems are in the same LAN segment, compare "ping 8.8.8.8" and "ping -4n google.com" next to "ping -4 google.com"
Online
Don't use ping to measure latency beyond looking for gross problems?
Does the comparison of traceroute provide any additional information as to why the machines behave differently? You might find that the first hop is (or is not) the problem.
You're right. The first hop is not the problem. It seems to lie on a hop between two countries, I think. I wonder why that is the case.
Otherwise, if both systems are in the same LAN segment, compare "ping 8.8.8.8" and "ping -4n google.com" next to "ping -4 google.com"
The difference is negligible, though Arch always seems to have slightly more latency
Last edited by ThoughtBubble (2024-11-23 19:29:06)
Offline
The first hop is not the problem. It seems to lie on a hop between two countries, I think. I wonder why that is the case.
Can you post the tracepath output?
The difference is negligible, though Arch always seems to have slightly more latency
negligible between the three ping variants or negligible compared between two LAN hosts (for all three ping variants)?
Wrt the previous:
Does the latency significantly differ between "ping archlinux.org" and "ping google.com"?
What about "ping heise.de"?
Online
Can you post the tracepath output?
Before I post the tracepath outputs, should I try to anonymize the information? If so, how do I go about doing this?
Offline
No.
This will be LOCALHOST, _gateway, maybe some IPv4 - then your ISP and then the public nodes where the packages are routed.
The only thing you'll reveal is your ISP (they all suck) and roughly where you're located (country, maybe state - unless it's a very local ISP)
You can obfuscate that if you mind but if it's in the vicinity of the lag, you'll have to share that detail anyway.
Also please address the other questions.
Online
Pages: 1