1

I want to ask, how to capture or check TCP delay / RTT every time using iperf? because I only see UDP delay jitter capture in iperf. If iperf can't capture that, is there any tools to capture real time TCP delay/RTT?

Thank you

bnbfreak
  • 353
  • 3
  • 14

1 Answers1

0

If you are running linux try the

$>ss -it

command.

This will provide you with the statistics of all ongoing TCP sessions.

Sokre
  • 114
  • 6