Measuring Throughput using iperf3

Поделиться
HTML-код
  • Опубликовано: 6 сен 2024
  • Shows the basics of using iperf3 to measure throughput between two machines on a network or the Internet.

Комментарии • 3

  • @wasanthh
    @wasanthh Год назад

    it's really helpful. Thank you very much for sharing your knowledge.

  • @harrichavan789
    @harrichavan789 2 года назад

    thanks for sharing. Can you please also let us know how we check if some packets have dropped due to bandwidth exceed.

    • @NetSecProf
      @NetSecProf  2 года назад +1

      This is an interesting question. Since iperf3 is using TCP, what typically happens is that the window size grows until a packet drops, then the bandwidth is reduced. If you look at TCP bandwidth graphs, you will see a sawing tooth like look because it is constantly trying to adjust to the available space and fill it. TCP is designed to overfill the space and drop packets, so that it can properly use all available bandwidth.