Are RTT (round trip time) statistics kept for TCP connections in Linux? [closed]

StackOverflow https://stackoverflow.com/questions/10158757

  •  31-05-2021
  •  | 
  •  

سؤال

I know definitely I can measure it by sending a package and measure the response or I can use the command ping. But is there any command or is there any folder where I can get it directly? As the RTT is a very important factor of TCP links. I cannot find such information.

هل كانت مفيدة؟

المحلول

No, because the round-trip-time isn't fixed. That is, you can't know how long a response will take before the requesting packet is actually sent. You can have an idea, and you can accumulate statistics, but you can't ask "What's the round trip time to such-and-such server".

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top