VMware vSphere

 View Only
  • 1.  What is RTT

    Posted Aug 30, 2018 07:24 AM

    RTT — round-trip time

    How to check RTT time?



  • 2.  RE: What is RTT

    Posted Aug 30, 2018 10:36 AM

    RTT is the cumulative time taken to send a signal and receive an acknowledgment for the same. A simple ping test will give you the RTT between the source and the target. Is there anything in specific you want to know about RTT?

    Please consider marking this answer as "correct" or "helpful" if you think your questions have been answered.

    Cheers,

    Supreet



  • 3.  RE: What is RTT

    Posted Aug 31, 2018 06:50 AM

    Which value is RRT?



  • 4.  RE: What is RTT
    Best Answer

    Posted Aug 31, 2018 07:08 AM

    When using the ping utility on Windows look at the last two lines of the ping output to get the RTT summary. It says something like

    Approximate round trip times in milli-seconds:

        Minimum = 1ms, Maximum = 3ms, Average = 2ms

    For a single ping the RTT is just shown as "time". In your example it's always "time<1ms", so the RTT is less than 1 millisecond.

    When using the ping utility on Linux you usually get more detailed/accurate values.



  • 5.  RE: What is RTT

    Posted Sep 03, 2018 01:08 AM

    I see. Thanks !



  • 6.  RE: What is RTT

    Posted Aug 31, 2018 07:24 AM

    RTT is typically measured using a ping to calculates the time taken to reach a user device.

    Actual RTT may be higher than that measured by the ping due to server throttling and network congestion.

    Per example in your screenshot the RTT is less than 1 ms. (time<1ms)

    Please consider marking this answer "CORRECT" or "Helpful" if you think your question have been answered correctly.

    Cheers,

    VCIX6-NV|VCP-NV|VCP-DC|

    @KakHassan

    linkedin.com/in/hassanalkak



  • 7.  RE: What is RTT

    Posted Sep 03, 2018 01:09 AM

    I see, Thanks!



  • 8.  RE: What is RTT

    Posted Aug 31, 2018 09:28 AM

    The last two lines of the ping output will show you the RTT.

    Cheers,

    Supreet



  • 9.  RE: What is RTT

    Posted Sep 03, 2018 01:11 AM

    I see, Thanks!



  • 10.  RE: What is RTT

    Posted Aug 30, 2018 07:09 PM

    Hello,

    RTT: round-trip time (Latency time).

    It is a latency time between source and remote devices.

    From VMware it is a requirements from long distance vMotion as per the following: VMware Knowledge Base

    Please consider marking this answer "CORRECT" or "Helpful" if you think your question have been answered correctly.

    Cheers,

    VCIX6-NV|VCP-NV|VCP-DC|

    @KakHassan

    linkedin.com/in/hassanalkak



  • 11.  RE: What is RTT

    Posted Aug 31, 2018 06:52 AM

    I know, But, I don't know:

    How to check it?